diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-18 20:15:32 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-18 20:15:32 +0000 |
| commit | 17c59e87c907ec2a4b127ec4466f7256d36d94bd (patch) | |
| tree | a046f477a8f26de443e3695a49d36a6d26b96587 | |
| parent | 15abf3743ca781fc6958983c2d4cbb6324198413 (diff) | |
| download | bcm5719-llvm-17c59e87c907ec2a4b127ec4466f7256d36d94bd.tar.gz bcm5719-llvm-17c59e87c907ec2a4b127ec4466f7256d36d94bd.zip | |
[NFC] Removing extra semicolon.
llvm-svn: 224539
| -rw-r--r-- | llvm/include/llvm/Support/MachO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/MachO.h b/llvm/include/llvm/Support/MachO.h index 1cb42991e1a..e2af2d9fc76 100644 --- a/llvm/include/llvm/Support/MachO.h +++ b/llvm/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); |

