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;