mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-02 01:17:15 +03:00
one last minor cosmetic change
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1735 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
f613ca78c6
commit
68a44a4905
@ -1968,7 +1968,7 @@ int justify_format(int changes_allowed, filestruct *line, size_t skip)
|
|||||||
assert(*back == '\0' && *front == '\0');
|
assert(*back == '\0' && *front == '\0');
|
||||||
|
|
||||||
/* This assert merely documents a fact about the loop above. */
|
/* This assert merely documents a fact about the loop above. */
|
||||||
assert(changes_allowed != 0 || back == front);
|
assert(changes_allowed || back == front);
|
||||||
|
|
||||||
/* Now back is the new end of line->data. */
|
/* Now back is the new end of line->data. */
|
||||||
if (back != front) {
|
if (back != front) {
|
||||||
|
Loading…
Reference in New Issue
Block a user