diff options
| author | Jan Sucan <jan@jansucan.com> | 2023-12-13 17:27:42 +0100 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2023-12-13 17:27:42 +0100 |
| commit | 9549779332eeb13db34c7c86bc468ecc60350bf8 (patch) | |
| tree | 047b87e4e58c9a9620f28f614dd2e21d25d361c5 /src | |
| parent | 437372a48effebaab7804cad40b84f2231f4a9ee (diff) | |
Apply clang-format
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options.cpp b/src/options.cpp index d606272..5de577e 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -92,8 +92,7 @@ options_usage(int exit_code) printf(" Or: %s restore [-s SECTOR_SIZE] [-b BUFFER_SIZE] REFFILE " "OUTFILE\n", PROGRAM_NAME_STR); - printf(" Or: %s help\n", - PROGRAM_NAME_STR); + printf(" Or: %s help\n", PROGRAM_NAME_STR); exit(exit_code); } |
