Bug 1313470 - Part 0: Cleanup indentation. r=froydnj

This is just whitespace changes with a few minor deletions.

MozReview-Commit-ID: A7fpHLqt5fU
This commit is contained in:
Eric Rahm 2016-11-03 17:55:22 -07:00
Родитель a20fe79aec
Коммит 2b3f5930cb
1 изменённых файлов: 400 добавлений и 406 удалений

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

@ -75,11 +75,6 @@ class test_message
test_message gTestMessage;
/*
...
*/
void
IFoo::print_totals()
{
@ -546,4 +541,3 @@ main()
printf("<<main()\n");
return 0;
}