[Mips] Removed extra space. Thanks to dexonsmith's eagle eye.

llvm-svn: 203201
This commit is contained in:
Simon Atanasyan 2014-03-07 04:50:53 +00:00
parent 8f926ad0d9
commit e9ba661696
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public:
std::unique_ptr<Writer> getWriter() override;
void registerRelocationNames(Registry &registry) override ;
void registerRelocationNames(Registry &registry) override;
private:
static const Registry::KindStrings kindStrings[];