Formatting correction
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Jan 2013 00:50:18 +0000 (00:50 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Jan 2013 00:50:18 +0000 (00:50 +0000)
llvm-svn: 173739

llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp

index 3645a4d..7dc295f 100644 (file)
@@ -82,8 +82,7 @@ static LineNumberInfo LineStartToIntelJITFormat(
 
 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress,
                                                  uintptr_t Address,
-                                                 DILineInfo Line)
-{
+                                                 DILineInfo Line) {
   LineNumberInfo Result;
 
   Result.Offset = Address - StartAddress;