[llvm-commits] [llvm] r153609 - /llvm/trunk/include/llvm/Support/Debug.h

Jim Grosbach grosbach at apple.com
Wed Mar 28 15:34:41 PDT 2012


Author: grosbach
Date: Wed Mar 28 17:34:41 2012
New Revision: 153609

URL: http://llvm.org/viewvc/llvm-project?rev=153609&view=rev
Log:
Tidy up. Whitespace.

Modified:
    llvm/trunk/include/llvm/Support/Debug.h

Modified: llvm/trunk/include/llvm/Support/Debug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Debug.h?rev=153609&r1=153608&r2=153609&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Debug.h (original)
+++ llvm/trunk/include/llvm/Support/Debug.h Wed Mar 28 17:34:41 2012
@@ -35,14 +35,14 @@
 #ifndef DEBUG_TYPE
 #define DEBUG_TYPE ""
 #endif
-  
+
 #ifndef NDEBUG
 /// DebugFlag - This boolean is set to true if the '-debug' command line option
 /// is specified.  This should probably not be referenced directly, instead, use
 /// the DEBUG macro below.
 ///
 extern bool DebugFlag;
-  
+
 /// isCurrentDebugType - Return true if the specified string is the debug type
 /// specified on the command line, or if none was specified on the command line
 /// with the -debug-only=X option.
@@ -54,7 +54,7 @@
 /// debug output to be produced.
 ///
 void SetCurrentDebugType(const char *Type);
-  
+
 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
 /// information.  In the '-debug' option is specified on the commandline, and if
 /// this is a debug build, then the code specified as the option to the macro





More information about the llvm-commits mailing list