wrap a long line
authorderaadt <deraadt@openbsd.org>
Fri, 16 Oct 2015 14:45:16 +0000 (14:45 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 16 Oct 2015 14:45:16 +0000 (14:45 +0000)
bin/ksh/main.c

index 8f62230..392de9f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.63 2015/10/16 13:37:43 millert Exp $       */
+/*     $OpenBSD: main.c,v 1.64 2015/10/16 14:45:16 deraadt Exp $       */
 
 /*
  * startup, main loop, environments and error handling
@@ -103,7 +103,8 @@ main(int argc, char *argv[])
        kshname = argv[0];
 
 #ifndef MKNOD
-       if (pledge("stdio rpath wpath cpath fattr flock getpw proc exec tty", NULL) == -1)
+       if (pledge("stdio rpath wpath cpath fattr flock getpw proc exec tty",
+           NULL) == -1)
                perror("pledge");
 #endif