summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFFormValue.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-13 21:47:32 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-13 21:47:32 +0000
commiteaa7433c850c5c71ce9708cd3e62e1e65bb05db9 (patch)
tree75a69272156d0bf672310c893c01bad51ddbaac1 /llvm/lib/DebugInfo/DWARFFormValue.h
parent3eb2470eedab12a9e0a04c753ec360afac0a077c (diff)
downloadbcm5719-llvm-eaa7433c850c5c71ce9708cd3e62e1e65bb05db9.tar.gz
bcm5719-llvm-eaa7433c850c5c71ce9708cd3e62e1e65bb05db9.zip
Style & indentation tweaks.
llvm-svn: 139646
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFFormValue.h')
-rw-r--r--llvm/lib/DebugInfo/DWARFFormValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFFormValue.h b/llvm/lib/DebugInfo/DWARFFormValue.h
index c2bfb4fadf8..b1b04491d3c 100644
--- a/llvm/lib/DebugInfo/DWARFFormValue.h
+++ b/llvm/lib/DebugInfo/DWARFFormValue.h
@@ -51,7 +51,7 @@ public:
void dump(raw_ostream &OS, const DataExtractor *debug_str_data,
const DWARFCompileUnit* cu) const;
bool extractValue(DataExtractor data, uint32_t *offset_ptr,
- const DWARFCompileUnit *cu);
+ const DWARFCompileUnit *cu);
bool isInlinedCStr() const {
return Value.data != NULL && Value.data == (uint8_t*)Value.cstr;
}
OpenPOWER on IntegriCloud