commit | eaa7433c850c5c71ce9708cd3e62e1e65bb05db9 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Tue Sep 13 21:47:32 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Tue Sep 13 21:47:32 2011 +0000 |
tree | 75a69272156d0bf672310c893c01bad51ddbaac1 | |
parent | 3eb2470eedab12a9e0a04c753ec360afac0a077c [diff] [blame] |
Style & indentation tweaks. llvm-svn: 139646
diff --git a/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp b/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp index 00913a3..7bc942f 100644 --- a/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp +++ b/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
@@ -38,8 +38,7 @@ } return Tag != 0; - } - else { + } else { Tag = 0; HasChildren = false; }