summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-07-07 17:06:20 +0000
committerGreg Clayton <gclayton@apple.com>2010-07-07 17:06:20 +0000
commit72db59664f3b0c039b5807e1eadef08ab3f5cde9 (patch)
tree4511e04beeaab8947733d2e0800e3328555d790b
parent24556940ee52b412721edbaef8f9050b6575d80f (diff)
downloadbcm5719-llvm-72db59664f3b0c039b5807e1eadef08ab3f5cde9.tar.gz
bcm5719-llvm-72db59664f3b0c039b5807e1eadef08ab3f5cde9.zip
Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas.
llvm-svn: 107793
-rw-r--r--lldb/source/Utility/ARM_DWARF_Registers.h2
-rw-r--r--lldb/source/Utility/ARM_GCC_Registers.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Utility/ARM_DWARF_Registers.h b/lldb/source/Utility/ARM_DWARF_Registers.h
index 40b973be6da..c94579d1648 100644
--- a/lldb/source/Utility/ARM_DWARF_Registers.h
+++ b/lldb/source/Utility/ARM_DWARF_Registers.h
@@ -186,5 +186,5 @@ enum
dwarf_d31
};
-#endif utility_ARM_DWARF_Registers_h_
+#endif // utility_ARM_DWARF_Registers_h_
diff --git a/lldb/source/Utility/ARM_GCC_Registers.h b/lldb/source/Utility/ARM_GCC_Registers.h
index fe1327b5e14..e315b69bb27 100644
--- a/lldb/source/Utility/ARM_GCC_Registers.h
+++ b/lldb/source/Utility/ARM_GCC_Registers.h
@@ -31,5 +31,5 @@ enum
gcc_cpsr
};
-#endif utility_ARM_GCC_Registers_h_
+#endif // utility_ARM_GCC_Registers_h_
OpenPOWER on IntegriCloud