Fix the compile failures from last night.
[oota-llvm.git] / lib / Transforms / Instrumentation / TraceBasicBlocks.cpp
index 68d50ae55967e43eb05fdab14df3fa7d3c75e561..9018ee6c2bd5fc3e1d24f4fc940fab83e9390e14 100644 (file)
@@ -1,10 +1,10 @@
 //===- TraceBasicBlocks.cpp - Insert basic-block trace instrumentation ----===//
-// 
+//
 //                      The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This pass instruments the specified program with calls into a runtime
@@ -36,7 +36,7 @@ namespace {
 
 ModulePass *llvm::createTraceBasicBlockPass()
 {
-       return new TraceBasicBlocks();
+  return new TraceBasicBlocks();
 }
 
 static void InsertInstrumentationCall (BasicBlock *BB,