Canonicalize header guards into a common format.
[oota-llvm.git] / include / llvm / Support / EndianStream.h
index 89c66d3b84809337abcd198473ae3c71485f65d6..7bc00a6c2d545c7f5c46837a2bb311052c7089dc 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef _LLVM_SUPPORT_ENDIAN_STREAM_H_
-#define _LLVM_SUPPORT_ENDIAN_STREAM_H_
+#ifndef LLVM_SUPPORT_ENDIANSTREAM_H
+#define LLVM_SUPPORT_ENDIANSTREAM_H
 
 #include <llvm/Support/Endian.h>
 #include <llvm/Support/raw_ostream.h>
@@ -36,4 +36,4 @@ template <endianness endian> struct Writer {
 } // end namespace support
 } // end namespace llvm
 
-#endif // _LLVM_SUPPORT_ENDIAN_STREAM_H_
+#endif