[NFC] Removing extra semicolon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Colin LeMahieu 2014-12-18 20:15:32 +00:00
parent b82636bb80
commit 7ff5aa221c

View File

@ -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);