From: Andrew Kaylor Date: Tue, 29 Jan 2013 00:50:18 +0000 (+0000) Subject: Formatting correction X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ab3036be05c90609f69e884a79d31c36b9b47de;p=platform%2Fupstream%2Fllvm.git Formatting correction llvm-svn: 173739 --- diff --git a/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp b/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp index 3645a4d..7dc295f 100644 --- a/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp +++ b/llvm/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;