Commit 021960df authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1736 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 68a44a49
Showing with 2 additions and 1 deletion
+2 -1
......@@ -1930,7 +1930,8 @@ int justify_format(int changes_allowed, filestruct *line, size_t skip)
return 1;
*front = ' ';
}
/* these tests are safe since line->data + skip is not a space */
/* These tests are safe since line->data + skip is not a
* space. */
if ((*front == '\0' || *front == ' ') && *(front - 1) == ' ') {
const char *bob = front - 2;
......
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