[Lldb-commits] [lldb] r317219 - Run clang-format on lldb.cpp

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 2 09:56:52 PDT 2017


Author: sas
Date: Thu Nov  2 09:56:52 2017
New Revision: 317219

URL: http://llvm.org/viewvc/llvm-project?rev=317219&view=rev
Log:
Run clang-format on lldb.cpp

Modified:
    lldb/trunk/source/lldb.cpp

Modified: lldb/trunk/source/lldb.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/lldb.cpp?rev=317219&r1=317218&r2=317219&view=diff
==============================================================================
--- lldb/trunk/source/lldb.cpp (original)
+++ lldb/trunk/source/lldb.cpp Thu Nov  2 09:56:52 2017
@@ -15,11 +15,11 @@ using namespace lldb_private;
 #include "clang/Basic/Version.h"
 
 #ifdef HAVE_SVN_VERSION_INC
-#  include "SVNVersion.inc"
+#include "SVNVersion.inc"
 #endif
 
 #ifdef HAVE_APPLE_VERSION_INC
-#  include "AppleVersion.inc"
+#include "AppleVersion.inc"
 #endif
 
 static const char *GetLLDBRevision() {
@@ -38,7 +38,6 @@ static const char *GetLLDBRepository() {
 #endif
 }
 
-
 #define QUOTE(str) #str
 #define EXPAND_AND_QUOTE(str) QUOTE(str)
 
@@ -73,7 +72,6 @@ const char *lldb_private::GetVersion() {
       g_version_str += "\n  llvm revision ";
       g_version_str += llvm_rev;
     }
-      
   }
   return g_version_str.c_str();
 }




More information about the lldb-commits mailing list