From: David Lawrence Ramsey Date: Tue, 1 Nov 2005 19:29:56 +0000 (+0000) Subject: formatting fix X-Git-Tag: v1.3.10~175 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c85e4f43b5e3da8dbae600660677e0e111ce145f;p=nano.git formatting fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3071 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/text.c b/src/text.c index c4bb3669..dc3d59b2 100644 --- a/src/text.c +++ b/src/text.c @@ -33,10 +33,10 @@ #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;