cleaning
authorLaurent Mazet <mazet@softndesign.org>
Sun, 4 Aug 2024 21:12:07 +0000 (23:12 +0200)
committerLaurent Mazet <mazet@softndesign.org>
Sun, 4 Aug 2024 21:12:07 +0000 (23:12 +0200)
function.c

index 5314ba4eadca0214d3f042ff85a2853e9657f54e..4a0878edafdaeb8c7c082d86974281ec3025c577 100644 (file)
@@ -387,7 +387,7 @@ int checkline (board_t *board, int *score, int *lines)
 
     *score += (nb == 4) ? 129 : (nb == 3) ? 64 : (nb == 2) ? 27 : (nb == 1) ? 10 : 0;
     *lines += nb;
-    
+
     return nb;
 }