summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MachObjectWriter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-06 00:13:09 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-06 00:13:09 +0000
commit46be301c4c17449d260e8d8ee45f98ab4ab83a1f (patch)
tree3bc6dcd517dade7d9f8ccf1e8ad94f3767fecb73 /llvm/lib/MC/MachObjectWriter.cpp
parent02a75cebfe948a2d252b1b5818a452e89364153b (diff)
downloadbcm5719-llvm-46be301c4c17449d260e8d8ee45f98ab4ab83a1f.tar.gz
bcm5719-llvm-46be301c4c17449d260e8d8ee45f98ab4ab83a1f.zip
Tidy up. Hard tabs.
llvm-svn: 145878
Diffstat (limited to 'llvm/lib/MC/MachObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/MachObjectWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MachObjectWriter.cpp b/llvm/lib/MC/MachObjectWriter.cpp
index b518b3e21e0..6e720115dd1 100644
--- a/llvm/lib/MC/MachObjectWriter.cpp
+++ b/llvm/lib/MC/MachObjectWriter.cpp
@@ -628,7 +628,7 @@ IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
}
void MachObjectWriter::WriteObject(MCAssembler &Asm,
- const MCAsmLayout &Layout) {
+ const MCAsmLayout &Layout) {
unsigned NumSections = Asm.size();
// The section data starts after the header, the segment load command (and
OpenPOWER on IntegriCloud