summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/lldb-private-defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/lldb-private-defines.h')
-rw-r--r--lldb/include/lldb/lldb-private-defines.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/lldb/include/lldb/lldb-private-defines.h b/lldb/include/lldb/lldb-private-defines.h
index 4b261ad4712..53c5f31bab8 100644
--- a/lldb/include/lldb/lldb-private-defines.h
+++ b/lldb/include/lldb/lldb-private-defines.h
@@ -12,14 +12,15 @@
#if defined(__cplusplus)
-// Include Compiler.h here so we don't define LLVM_FALLTHROUGH and then Compiler.h
+// Include Compiler.h here so we don't define LLVM_FALLTHROUGH and then
+// Compiler.h
// later tries to redefine it.
#include "llvm/Support/Compiler.h"
#ifndef LLVM_FALLTHROUGH
#ifndef __has_cpp_attribute
-# define __has_cpp_attribute(x) 0
+#define __has_cpp_attribute(x) 0
#endif
/// \macro LLVM_FALLTHROUGH
@@ -32,8 +33,6 @@
#endif // ifndef LLVM_FALLTHROUGH
+#endif // #if defined(__cplusplus)
-
-#endif // #if defined(__cplusplus)
-
-#endif // liblldb_lldb_private_defines_h_
+#endif // liblldb_lldb_private_defines_h_
OpenPOWER on IntegriCloud