kill another empty line
authorop <op@openbsd.org>
Mon, 27 Mar 2023 17:54:20 +0000 (17:54 +0000)
committerop <op@openbsd.org>
Mon, 27 Mar 2023 17:54:20 +0000 (17:54 +0000)
usr.bin/mg/region.c

index f562aa4..f94a5f6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: region.c,v 1.41 2023/03/27 17:53:17 op Exp $  */
+/*     $OpenBSD: region.c,v 1.42 2023/03/27 17:54:20 op Exp $  */
 
 /* This file is in the public domain. */
 
@@ -454,7 +454,6 @@ piperegion(int f, int n)
 int
 shellcommand(int f, int n)
 {
-
        char *cmd, cmdbuf[NFILEN];
        char *argv[] = {"sh", "-c", (char *) NULL, (char *) NULL};