Skip to content

Commit

Permalink
Removing a spurious semicolon; NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222830 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Nov 26, 2014
1 parent a5a7331 commit 83fca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class LoadedMachOObjectInfo : public RuntimeDyld::LoadedObjectInfo {
}
};

};
}

namespace llvm {

Expand Down

0 comments on commit 83fca23

Please sign in to comment.