From 60766f7d4180cce859f58a49ecd6066dc9b40b4f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 7 Jan 2005 07:05:34 +0000 Subject: [PATCH] Convert tabs to spaces git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19320 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/BlockProfiling.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Transforms/Instrumentation/BlockProfiling.cpp b/lib/Transforms/Instrumentation/BlockProfiling.cpp index ef1df23e8bc..476a9e8c53e 100644 --- a/lib/Transforms/Instrumentation/BlockProfiling.cpp +++ b/lib/Transforms/Instrumentation/BlockProfiling.cpp @@ -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) { -- 2.34.1