Skip to content

Commit 5b923ac

Browse files
ci: format code
1 parent 3c2f4ca commit 5b923ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/utilities.c

+2-1
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)