diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-01-29 00:50:18 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-01-29 00:50:18 +0000 |
commit | b8d2c92ac42eca3d4242bd7ce6c6e87a4d887727 (patch) | |
tree | 190bbb95191a424f3063c40da0d254251a19963c /lib | |
parent | 817abdd8b055059e5930a15704b9f52da4236456 (diff) |
Formatting correction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp b/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp index 3645a4d26a..7dc295fcbf 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; |