]> git.itanic.dy.fi Git - glucose/blobdiff - options.c
options.c: Wrap long lines
[glucose] / options.c
index 8392f99c346f073ffabcf91500f5f8e065e6ba3c..3a0148d54eb2d670e1bf0305692aebc816abbe59 100644 (file)
--- a/options.c
+++ b/options.c
@@ -64,7 +64,9 @@ int read_args(int argc, char *argv[], struct user_options *opts)
                        if ( strcmp(optarg, "csv") == 0 ) {
                                opts->output_format = CSV;
                        } else {
-                               trace(0, "Unknown format type \"%s\", must be one of \"raw\", \"clean\", or \"csv\"\n", optarg );
+                               trace(0, "Unknown format type \"%s\", "
+                                       "must be one of \"raw\", \"clean\", "
+                                       "or \"csv\"\n", optarg);
                                return -1;
                        }
                        break;