From cc3cf3353f23dd2f87412d42f8c3d52f873711dd Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 25 Mar 2023 22:47:46 +0200 Subject: add formatter --- src/main.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c63c042..b4643bb 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ + #include #include #include @@ -7,13 +9,13 @@ #include static const char *cmdline_usage = -"Copper compiler usage:\n" -" cu [-I ...] [-D ...] infile...\n" -" -h Show usage (this)\n" -" -I Add directory to import path\n" -" -D Add predefined variable\n" -" -o Name of output\n" -" infile Top file(s) to compile\n" + "Copper compiler usage:\n" + " cu [-I ...] [-D ...] infile...\n" + " -h Show usage (this)\n" + " -I Add directory to import path\n" + " -D Add predefined variable\n" + " -o Name of output\n" + " infile Top file(s) to compile\n" ; static void usage() -- cgit v1.3