2000-12-03 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / config / tc-tahoe.c
index b5c9abcf9ddb302c1067f0665ad2615ffe075110..34df9399ed613040197cb7488d80ef58e85927e0 100644 (file)
@@ -373,7 +373,7 @@ CONST char *md_shortopts = "ad:STt:V";
 struct option md_longopts[] = {
   {NULL, no_argument, NULL, 0}
 };
-size_t md_longopts_size = sizeof(md_longopts);
+size_t md_longopts_size = sizeof (md_longopts);
 
 int
 md_parse_option (c, arg)
@@ -417,7 +417,7 @@ void
 md_show_usage (stream)
      FILE *stream;
 {
-  fprintf(stream, _("\
+  fprintf (stream, _("\
 Tahoe options:\n\
 -a                     ignored\n\
 -d LENGTH              ignored\n\
This page took 0.026213 seconds and 4 git commands to generate.