Searched refs:countEmptyLines (Results 1 – 1 of 1) sorted by relevance
1045 int countEmptyLines = 0; in writeComment() local1050 ++countEmptyLines; in writeComment()1053 if (countEmptyLines != 0) { in writeComment()1054 for (int i = 0; i < countEmptyLines; ++i) in writeComment()1056 countEmptyLines = 0; in writeComment()