[yaml2obj][ELF] Remove unnecessary space between namespace name and

colons.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Atanasyan 2014-04-23 17:30:29 +00:00
parent 2820f739b2
commit 94a9772abc

View File

@ -15,7 +15,7 @@
namespace llvm {
ELFYAML::Section ::~Section() {}
ELFYAML::Section::~Section() {}
namespace yaml {