From: Simon Atanasyan Date: Wed, 23 Apr 2014 17:30:29 +0000 (+0000) Subject: [yaml2obj][ELF] Remove unnecessary space between namespace name and X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=94a9772abc771682d38e32bb18703de53a7fd5d9;p=oota-llvm.git [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 --- diff --git a/lib/Object/ELFYAML.cpp b/lib/Object/ELFYAML.cpp index f7ba237883a..4b6522448ca 100644 --- a/lib/Object/ELFYAML.cpp +++ b/lib/Object/ELFYAML.cpp @@ -15,7 +15,7 @@ namespace llvm { -ELFYAML::Section ::~Section() {} +ELFYAML::Section::~Section() {} namespace yaml {