diff --git a/pd/src/g_scalar.c b/pd/src/g_scalar.c
index f381f853935db7f631df89d1783d0d4b3f975545..a2477b17fa1ae022f4d38b613ea5233aa8bbf0d8 100644
--- a/pd/src/g_scalar.c
+++ b/pd/src/g_scalar.c
@@ -64,7 +64,8 @@ void word_init(t_word *data, t_template *template, t_gpointer *gp)
             that all toplevel canvases are visible.  LATER check if this
             is still necessary -- probably not. */
             int dspstate = canvas_suspend_dsp();
-// this needs to be set to sane symbols, possibly stored in the dataslot...
+            // this needs to be set to sane symbols,
+            // possibly stored in the dataslot...
             glob_setfilename(0, gensym("foo"), gensym("bar"));
             t_pd *boundx = s__X.s_thing;
             s__X.s_thing = 0;       /* don't save #X; we'll need to leave it