commit | 864f66085cd9543070ef01b9f7371c110ecd7898 | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanaka@mips.com> | Thu Jun 14 21:10:56 2012 +0000 |
committer | Akira Hatanaka <ahatanaka@mips.com> | Thu Jun 14 21:10:56 2012 +0000 |
tree | 5be60635bf3a88cff120a54da600e4b638732f65 | |
parent | 14180454726bbef6bf5041ae19736933617b51dd [diff] [blame] |
Fix coding style violations. Remove white spaces and tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158471 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp b/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp index 2091bec..d76f8c7 100644 --- a/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp +++ b/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
@@ -187,7 +187,7 @@ // Call the defualt function first. Relocations are sorted in descending // order of r_offset. MCELFObjectTargetWriter::sortRelocs(Asm, Relocs); - + RelLs RelocLs; std::vector<RelLsIter> Unmatched;