mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
Bug 778600 - Indent closing brace when listing GroupRules. r=dbaron
This commit is contained in:
parent
f33969b29e
commit
e67e975977
@ -560,6 +560,8 @@ GroupRule::List(FILE* out, PRInt32 aIndent) const
|
||||
for (PRInt32 index = 0, count = mRules.Count(); index < count; ++index) {
|
||||
mRules.ObjectAt(index)->List(out, aIndent + 1);
|
||||
}
|
||||
|
||||
for (PRInt32 indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
||||
fputs("}\n", out);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user