Skip to content

Commit 31c4448

Browse files
ci: format code
1 parent 8ac8c88 commit 31c4448

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
@@ -224,7 +224,8 @@ void setDashboardCenter(TGame* pGame) {
224224

225225
void sleep(int miliseconds) {
226226
clock_t startTime = clock();
227-
while (clock() < (startTime + miliseconds));
227+
while (clock() < (startTime + miliseconds))
228+
;
228229
}
229230

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

0 commit comments

Comments
 (0)