]> andersk Git - moira.git/blobdiff - clients/userreg/display.c
Switch from Imake-based build system to autoconf-based.
[moira.git] / clients / userreg / display.c
index 4afbbfd8b9569841f835199a31c6c3d00d28e483..b7581230138b6044f58332965c901fffa100863f 100644 (file)
@@ -352,13 +352,13 @@ void display_text_line(char *line)
  */
 void display_text(char *filename, char *string)
 {
-  FILE * fp;
+  FILE *fp;
   char buf[100], buf1[110];
 
   werase(displayw);
-  if (!(fp = fopen (filename, "r")))
+  if (!(fp = fopen(filename, "r")))
     {
-      wprintw (displayw, "Can't open file %s for reading.\n", filename);
+      wprintw(displayw, "Can't open file %s for reading.\n", filename);
       return;
     }
 
This page took 0.043683 seconds and 4 git commands to generate.