Remove whitespace between function name and first parenthesis for the sake of consist...
[geeqie.git] / src / thumb.c
index 9f6ad03..016c349 100644 (file)
@@ -112,7 +112,7 @@ static gint thumb_loader_mark_failure(ThumbLoader *tl)
                        {
                        struct utimbuf ut;
 
-                       fclose (f);
+                       fclose(f);
 
                        ut.actime = ut.modtime = filetime(tl->path);
                        if (ut.modtime > 0)