Convert tabs to spaces
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Jan 2005 07:05:34 +0000 (07:05 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Jan 2005 07:05:34 +0000 (07:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19320 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/BlockProfiling.cpp

index ef1df23e8bc04b19f7164602f577d8782765e80b..476a9e8c53efa8b4bbd7d7203dc7145271f39b09 100644 (file)
@@ -38,9 +38,8 @@ namespace {
                                "Insert instrumentation for function profiling");
 }
 
-ModulePass *llvm::createFunctionProfilerPass()
-{
-       return new FunctionProfiler();
+ModulePass *llvm::createFunctionProfilerPass() {
+  return new FunctionProfiler();
 }
 
 bool FunctionProfiler::runOnModule(Module &M) {