X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmanager.c;h=6e76605d6663540f1cbbbd15967b5c5c235ce9aa;hb=a1fa03b1638263a959df0b2943478a0a4ca4b11a;hp=468b2c23e5d93b8c1945a2e71bc5458108249c84;hpb=97d4f38945476834fd7fce612b663f19f2b291f8;p=pspp diff --git a/src/output/manager.c b/src/output/manager.c index 468b2c23e5..6e76605d66 100644 --- a/src/output/manager.c +++ b/src/output/manager.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -62,10 +61,10 @@ som_blank_line (void) } /* 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;