projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b82636b
)
[NFC] Removing extra semicolon.
author
Colin LeMahieu
<colinl@codeaurora.org>
Thu, 18 Dec 2014 20:15:32 +0000
(20:15 +0000)
committer
Colin LeMahieu
<colinl@codeaurora.org>
Thu, 18 Dec 2014 20:15:32 +0000
(20:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224539
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/MachO.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/MachO.h
b/include/llvm/Support/MachO.h
index 1cb42991e1a2318b5b81c19fa6124863515935ed..e2af2d9fc769f605b4f5780790d544b4ecdaa82f 100644
(file)
--- a/
include/llvm/Support/MachO.h
+++ b/
include/llvm/Support/MachO.h
@@
-1111,7
+1111,7
@@
namespace llvm {
sys::swapByteOrder(s.cmd);
sys::swapByteOrder(s.cmdsize);
sys::swapByteOrder(s.umbrella);
- }
;
+ }
inline void swapStruct(dylinker_command &d) {
sys::swapByteOrder(d.cmd);