From: Colin LeMahieu Date: Thu, 18 Dec 2014 20:15:32 +0000 (+0000) Subject: [NFC] Removing extra semicolon. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7ff5aa221c1104fbb61a97c932ef8a5758a95fbb;p=oota-llvm.git [NFC] Removing extra semicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224539 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h index 1cb42991e1a..e2af2d9fc76 100644 --- 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);