From 9549779332eeb13db34c7c86bc468ecc60350bf8 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Wed, 13 Dec 2023 17:27:42 +0100 Subject: Apply clang-format --- src/options.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/options.cpp') 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); } -- cgit v1.2.3