]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/io/close.c
close.c: Fix white space in pointer declarations and comment formats where applicable.
[thirdparty/gcc.git] / libgfortran / io / close.c
index 8771d6ac6b313aebd4e21bd5502212a511a18332..e40fd92b8bf5046bddbf9dbb717839a06a4e4a8d 100644 (file)
@@ -46,7 +46,7 @@ st_close (st_parameter_close *clp)
   close_status status;
   gfc_unit *u;
 #if !HAVE_UNLINK_OPEN_FILE
-  char * path;
+  char *path;
 
   path = NULL;
 #endif