]> git.wh0rd.org Git - nano.git/commitdiff
formatting fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 1 Nov 2005 19:29:56 +0000 (19:29 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 1 Nov 2005 19:29:56 +0000 (19:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3071 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index c4bb3669cbcc6a1a6138c94bc870127e33f4bcf0..dc3d59b24010738b0253ae14d90421b079860fdb 100644 (file)
 #include "proto.h"
 
 #ifndef NANO_SMALL
-static pid_t pid;              /* The PID of the newly forked process
-                                * in execute_command().  It must be
-                                * global because the cancel_command()
-                                * signal handler needs it. */
+static pid_t pid;
+       /* The PID of the newly forked process in execute_command().  It
+        * must be global because the cancel_command() signal handler
+        * needs it. */
 #endif
 #ifndef DISABLE_WRAPPING
 static bool same_line_wrap = FALSE;