A few cosmetic tweaks of comments and whitespace.

Patch by David Lawrence Ramsey.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4948 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg
2014-06-09 14:23:53 +00:00
parent c35eb5a16e
commit 505125e259
7 changed files with 10 additions and 9 deletions

View File

@@ -478,7 +478,7 @@ bool close_buffer(void)
return FALSE;
#if !defined(NANO_TINY) && !defined(DISABLE_NANORC)
update_poshistory(openfile->filename, openfile->current->lineno, xplustabs()+1);
update_poshistory(openfile->filename, openfile->current->lineno, xplustabs() + 1);
#endif
/* Switch to the next file buffer. */