Searched refs:countEmptyLines (Results 1 – 1 of 1) sorted by relevance
1127 int countEmptyLines = 0; in writeComment() local1132 ++countEmptyLines; in writeComment()1135 if (countEmptyLines != 0) { in writeComment()1136 for (int i = 0; i < countEmptyLines; ++i) in writeComment()1138 countEmptyLines = 0; in writeComment()