[llvm] r224539 - [NFC] Removing extra semicolon.
Colin LeMahieu
colinl at codeaurora.org
Thu Dec 18 12:15:32 PST 2014
Author: colinl
Date: Thu Dec 18 14:15:32 2014
New Revision: 224539
URL: http://llvm.org/viewvc/llvm-project?rev=224539&view=rev
Log:
[NFC] Removing extra semicolon.
Modified:
llvm/trunk/include/llvm/Support/MachO.h
Modified: llvm/trunk/include/llvm/Support/MachO.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/MachO.h?rev=224539&r1=224538&r2=224539&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/MachO.h (original)
+++ llvm/trunk/include/llvm/Support/MachO.h Thu Dec 18 14:15:32 2014
@@ -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);
More information about the llvm-commits
mailing list