From 7ff5aa221c1104fbb61a97c932ef8a5758a95fbb Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Thu, 18 Dec 2014 20:15:32 +0000 Subject: [PATCH] [NFC] Removing extra semicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224539 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/MachO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);