diff --git a/pd/src/g_all_guis.c b/pd/src/g_all_guis.c
index bcf345b9bf8978ed4a83c7b1ff8dba9df66e3d37..ebe51981bc8c518d2c6e80f69650d09a57fd42c7 100644
--- a/pd/src/g_all_guis.c
+++ b/pd/src/g_all_guis.c
@@ -463,7 +463,7 @@ void iemgui_shouldvis(t_iemgui *x, int mode)
 
 void iemgui_size(t_iemgui *x)
 {
-    if(glist_isvisible(x->x_glist))
+    if (glist_isvisible(x->x_glist))
         iemgui_shouldvis(x, IEM_GUI_DRAW_MODE_MOVE);
 }