From d58e1aea4b57e890706b96565c8c1fd9e09b42ec Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 12 Apr 2026 22:34:18 +0200 Subject: fix whitespace --- src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c81f1d6..f775b23 100644 --- a/src/main.c +++ b/src/main.c @@ -115,10 +115,10 @@ static void run(struct registry *reg, struct params *params) fclose(outfile); draw->cleanup(); scene_free(&scene); - source_free(&src); + source_free(&src); } -static const char *help_text = +static const char *help_text = "usage: %s [options] \n" " -o | --out File to write resulting .nut video to. A default may be provided by the\n" " scene file. Otherwise, video is written to stdout unless stdout is a\n" @@ -135,7 +135,7 @@ static const char *help_text = " (default: 1.0). Video will be rendered ahead of time by this amount.\n" " -v | --verbose Print debugging information.\n" " -h | --help Display this help text.\n"; - + int main(int argc, char **argv) { struct registry reg = {}; @@ -229,7 +229,7 @@ int main(int argc, char **argv) eprintf("too many arguments (see -h)\n"); if (remain_args < 1) eprintf("missing scene file (see -h)\n"); - + params.infile = str_intro(argv[optind]); run(®, ¶ms); -- cgit v1.2.3