Lint: conform to header guard style.

PiperOrigin-RevId: 239043676
This commit is contained in:
Dero Gharibian 2019-03-18 13:00:09 -07:00 committed by TensorFlower Gardener
parent 0076f2830e
commit 47ea63e7ea

View File

@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#ifndef TENSORFLOW_LIB_STRINGS_B64_H_
#define TENSORFLOW_LIB_STRINGS_B64_H_
#ifndef TENSORFLOW_CORE_LIB_STRINGS_BASE64_H_
#define TENSORFLOW_CORE_LIB_STRINGS_BASE64_H_
#include <string>
#include "tensorflow/core/lib/core/status.h"
@ -34,4 +34,4 @@ Status Base64Decode(StringPiece data, string* decoded);
} // namespace tensorflow
#endif // TENSORFLOW_LIB_STRINGS_B64_H_
#endif // TENSORFLOW_CORE_LIB_STRINGS_BASE64_H_