Skip to content

Commit 83fd575

Browse files
ci: format code
1 parent 45810ab commit 83fd575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/utilities.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ void setDashboardCenter(TGame* pGame) {
165165

166166
void sleep(int miliseconds) {
167167
clock_t startTime = clock();
168-
while (clock() < (startTime + miliseconds));
168+
while (clock() < (startTime + miliseconds))
169+
;
169170
}
170171

171172
void startGameByConsole(TGame* pGame, int maxGeneration, int delayBetweenGenerations) {

0 commit comments

Comments
 (0)