mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
Fix debug-only win32 bustage.
This commit is contained in:
parent
4569fdf8bf
commit
bfa9a9cd34
@ -1452,8 +1452,10 @@ nsXULOutlinerBuilder::OpenSubtreeOf(nsOutlinerRows::Subtree* aSubtree,
|
||||
static PRInt32 gNest;
|
||||
|
||||
nsCAutoString space;
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
{
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
}
|
||||
|
||||
if (PR_LOG_TEST(gXULTemplateLog, PR_LOG_DEBUG)) {
|
||||
const char* res;
|
||||
|
@ -1452,8 +1452,10 @@ nsXULOutlinerBuilder::OpenSubtreeOf(nsOutlinerRows::Subtree* aSubtree,
|
||||
static PRInt32 gNest;
|
||||
|
||||
nsCAutoString space;
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
{
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
}
|
||||
|
||||
if (PR_LOG_TEST(gXULTemplateLog, PR_LOG_DEBUG)) {
|
||||
const char* res;
|
||||
|
Loading…
x
Reference in New Issue
Block a user