From: Andrew Kaylor Date: Tue, 29 Jan 2013 00:50:18 +0000 (+0000) Subject: Formatting correction X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b8d2c92ac42eca3d4242bd7ce6c6e87a4d887727;p=oota-llvm.git Formatting correction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173739 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp b/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp index 3645a4d26a8..7dc295fcbf7 100644 --- a/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp +++ b/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp @@ -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;