[Lldb-commits] [lldb] r318079 - Reformat a comment. NFC.

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 13 12:13:25 PST 2017


Author: sas
Date: Mon Nov 13 12:13:25 2017
New Revision: 318079

URL: http://llvm.org/viewvc/llvm-project?rev=318079&view=rev
Log:
Reformat a comment. NFC.

Modified:
    lldb/trunk/include/lldb/lldb-private-defines.h

Modified: lldb/trunk/include/lldb/lldb-private-defines.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-private-defines.h?rev=318079&r1=318078&r2=318079&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-private-defines.h (original)
+++ lldb/trunk/include/lldb/lldb-private-defines.h Mon Nov 13 12:13:25 2017
@@ -13,8 +13,7 @@
 #if defined(__cplusplus)
 
 // Include Compiler.h here so we don't define LLVM_FALLTHROUGH and then
-// Compiler.h
-// later tries to redefine it.
+// Compiler.h later tries to redefine it.
 #include "llvm/Support/Compiler.h"
 
 #ifndef LLVM_FALLTHROUGH




More information about the lldb-commits mailing list