From 17c59e87c907ec2a4b127ec4466f7256d36d94bd 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. llvm-svn: 224539 --- llvm/include/llvm/Support/MachO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/MachO.h b/llvm/include/llvm/Support/MachO.h index 1cb4299..e2af2d9 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); -- 2.7.4