Add newline to end of file to fix jfrancis's HP bustage.

This commit is contained in:
dbaron%fas.harvard.edu 2000-08-26 14:04:16 +00:00
Родитель c96f18df9a
Коммит 50cf2e5446
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -581,4 +581,4 @@ nsHTMLEditUtils::IsLeafNode(nsIDOMNode *aNode)
PRBool hasChildren = PR_FALSE;
aNode->HasChildNodes(&hasChildren);
return !hasChildren;
}
}

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

@ -581,4 +581,4 @@ nsHTMLEditUtils::IsLeafNode(nsIDOMNode *aNode)
PRBool hasChildren = PR_FALSE;
aNode->HasChildNodes(&hasChildren);
return !hasChildren;
}
}