Imported Upstream version 5.32
[platform/upstream/file.git] / tests / test.c
index db91c62..330a357 100644 (file)
@@ -80,7 +80,8 @@ main(int argc, char **argv)
                return 10;
        }
        if (magic_load(ms, NULL) == -1) {
-               (void)fprintf(stderr, "ERROR loading with NULL file: %s\n", magic_error(ms));
+               (void)fprintf(stderr, "ERROR loading with NULL file: %s\n",
+                   magic_error(ms));
                return 11;
        }