This commit is contained in:
waterson%netscape.com 2001-08-30 04:33:27 +00:00
Родитель d45852da19
Коммит b8b7f65772
2 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -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;