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

cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3133 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -943,8 +943,8 @@ bool inpar(const filestruct *const foo)
quote_len = quote_length(foo->data);
return foo->data[quote_len + indent_length(foo->data +
quote_len)] != '\0';
return (foo->data[quote_len + indent_length(foo->data +
quote_len)] != '\0');
}
/* Put the next par_len lines, starting with first_line, into the
......
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