commit | 4aa3fea8b13b91800c908f8e7d74fad96adba69a | [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 | 52713ed62b71874cabdd00b934cb7dbb64a75665 | |
parent | 13b8d1e396bc802038332d894d78b999ec067069 [diff] [blame] |
Style & indentation tweaks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139646 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp b/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp index 00913a3..7bc942f 100644 --- a/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp +++ b/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
@@ -38,8 +38,7 @@ } return Tag != 0; - } - else { + } else { Tag = 0; HasChildren = false; }