[Mips] clang-format the code

No functional changes.

llvm-svn: 233616
This commit is contained in:
Simon Atanasyan 2015-03-30 22:35:56 +00:00
parent 71b1e5f1c4
commit d484653fed
2 changed files with 2 additions and 6 deletions

View File

@ -41,9 +41,7 @@ protected:
unique_bump_ptr<SymbolTable<ELFT>> createSymbolTable() override;
unique_bump_ptr<DynamicTable<ELFT>> createDynamicTable() override;
unique_bump_ptr<DynamicSymbolTable<ELFT>>
createDynamicSymbolTable() override;
unique_bump_ptr<DynamicSymbolTable<ELFT>> createDynamicSymbolTable() override;
private:
MipsELFWriter<ELFT> _writeHelper;

View File

@ -35,9 +35,7 @@ protected:
unique_bump_ptr<SymbolTable<ELFT>> createSymbolTable() override;
unique_bump_ptr<DynamicTable<ELFT>> createDynamicTable() override;
unique_bump_ptr<DynamicSymbolTable<ELFT>>
createDynamicSymbolTable() override;
unique_bump_ptr<DynamicSymbolTable<ELFT>> createDynamicSymbolTable() override;
private:
MipsELFWriter<ELFT> _writeHelper;