diff --git a/src/r_main.c b/src/r_main.c
index e25d257c6121918d18c2baef9446b39c79e0555a..0d6a74a3b07d71b355f9417bdb57631b2576cb8c 100644
--- a/src/r_main.c
+++ b/src/r_main.c
@@ -1515,6 +1515,7 @@ void R_RenderPlayerView(player_t *player)
 	R_ClipSprites(drawsegs, NULL);
 	PS_STOP_TIMING(ps_sw_spritecliptime);
 
+
 	// Add skybox portals caused by sky visplanes.
 	if (cv_skybox.value && skyboxmo[0])
 		Portal_AddSkyboxPortals();