[Mips] clang-format the code

llvm-svn: 235033
This commit is contained in:
Simon Atanasyan 2015-04-15 18:32:05 +00:00
parent f4a87333ff
commit 09129d957c

View File

@ -80,7 +80,7 @@ public:
this->_entries[_dt_symtabno].d_un.d_val = this->getSymbolTable()->size();
this->_entries[_dt_gotsym].d_un.d_val =
this-> getSymbolTable()->size() - got.getGlobalCount();
this->getSymbolTable()->size() - got.getGlobalCount();
this->_entries[_dt_localgot].d_un.d_val = got.getLocalCount();
this->_entries[_dt_pltgot].d_un.d_ptr = got.virtualAddr();
}