Coding style cleanups. No functionality change.
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 07:40:22 +0000 (07:40 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 07:40:22 +0000 (07:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142341 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h

index 8b099eab91fd7a74624ea42e207587adcfe89b5b..20890ed2327fc11e7bc2ee3846b7bb36b8e1d0bf 100644 (file)
@@ -1,7 +1,4 @@
-#ifndef LLVM_Mips_MipsFIXUPKINDS_H
-#define LLVM_Mips_MipsFIXUPKINDS_H
-
-//===-- Mips/MipsFixupKinds.h - Mips Specific Fixup Entries --------*- C++ -*-===//
+//===-- Mips/MipsFixupKinds.h - Mips Specific Fixup Entries -----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -10,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_Mips_MipsFIXUPKINDS_H
+#define LLVM_Mips_MipsFIXUPKINDS_H
 
 #include "llvm/MC/MCFixup.h"
 
@@ -83,8 +82,8 @@ namespace Mips {
         LastTargetFixupKind,
         NumTargetFixupKinds = LastTargetFixupKind - FirstTargetFixupKind
     };
-} // namespace llvm
 } // namespace Mips
+} // namespace llvm
 
 
-#endif /* LLVM_Mips_MipsFIXUPKINDS_H */
+#endif // LLVM_Mips_MipsFIXUPKINDS_H