Commit c85e4f43 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3071 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -33,10 +33,10 @@ ...@@ -33,10 +33,10 @@
#include "proto.h" #include "proto.h"
#ifndef NANO_SMALL #ifndef NANO_SMALL
static pid_t pid; /* The PID of the newly forked process static pid_t pid;
* in execute_command(). It must be /* The PID of the newly forked process in execute_command(). It
* global because the cancel_command() * must be global because the cancel_command() signal handler
* signal handler needs it. */ * needs it. */
#endif #endif
#ifndef DISABLE_WRAPPING #ifndef DISABLE_WRAPPING
static bool same_line_wrap = FALSE; static bool same_line_wrap = FALSE;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment