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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173739 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp

index 3645a4d26a8f00ab097305054cd3681126beabb4..7dc295fcbf73b4982c85b5e32c982131fb479235 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;