diff --git a/src/y_inter.c b/src/y_inter.c
index acf1c6f2f0afb3de0e2cf16ad43892e3ecc4c10c..42f1e2235861f29a4d2c28572e4629c88653a7e6 100644
--- a/src/y_inter.c
+++ b/src/y_inter.c
@@ -236,7 +236,7 @@ void Y_IntermissionDrawer(void)
 			ST_DrawNumFromHud(HUD_MINUTES, minutes); // Minutes
 			ST_DrawPatchFromHud(HUD_TIMECOLON, sbocolon); // Colon
 			ST_DrawPadNumFromHud(HUD_SECONDS, seconds, 2); // Seconds
-			
+
 			// we should show centiseconds on the intermission screen too, if the conditions are right.
 			if (modeattacking || cv_timetic.value == 2)
 			{