whitespace
authorAndrew Trick <atrick@apple.com>
Fri, 3 Jun 2011 00:44:32 +0000 (00:44 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 3 Jun 2011 00:44:32 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132519 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/PassManager.cpp

index 637fa79195c9d02001fca4c6b19f412e752accec..73a290ecca00f1441d5e6e2bf7050289d50c7c1e 100644 (file)
@@ -449,9 +449,9 @@ namespace {
 static DebugInfoProbeInfo *TheDebugProbe;
 static void createDebugInfoProbe() {
   if (TheDebugProbe) return;
-      
-  // Constructed the first time this is called. This guarantees that the 
-  // object will be constructed, if -enable-debug-info-probe is set, 
+
+  // Constructed the first time this is called. This guarantees that the
+  // object will be constructed, if -enable-debug-info-probe is set,
   // before static globals, thus it will be destroyed before them.
   static ManagedStatic<DebugInfoProbeInfo> DIP;
   TheDebugProbe = &*DIP;