]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: split a long line
authorJim Meyering <meyering@fb.com>
Mon, 20 Dec 2021 20:44:44 +0000 (12:44 -0800)
committerJim Meyering <meyering@fb.com>
Mon, 20 Dec 2021 20:50:08 +0000 (12:50 -0800)
* src/test.c (three_arguments): Split long line.

src/test.c

index 00393ddd3ba499492880f9567fd73bd495ff98a8..47d79f4657e0fa55a28a5f27db1ae119b6aa6f07 100644 (file)
@@ -628,7 +628,8 @@ three_arguments (void)
   else if (STREQ (argv[pos + 1], "-a") || STREQ (argv[pos + 1], "-o"))
     value = expr ();
   else
-    test_syntax_error (_("%s: binary operator expected"), quote (argv[pos + 1]));
+    test_syntax_error (_("%s: binary operator expected"),
+                       quote (argv[pos + 1]));
   return (value);
 }