More constness/namespace policing
[pspp-builds.git] / src / output / manager.c
index 468b2c23e5d93b8c1945a2e71bc5458108249c84..0d82867ae0f08b83f9448e570de3673d0933ab67 100644 (file)
@@ -62,10 +62,10 @@ som_blank_line (void)
 }
 \f
 /* Driver. */
-static struct outp_driver *d=0;
+static struct outp_driver *d = 0;
 
 /* Table. */
-static struct som_entity *t=0;
+static struct som_entity *t = 0;
 
 /* Flags. */
 static unsigned flags;