Making a couple of minimalistic whitespace adjustments.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4954 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2014-06-10 19:12:14 +00:00
parent 53435b0efc
commit a8a23abc00
6 changed files with 16 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2014-06-10 Benno Schulenberg <bensberg@justemail.net>
* src/browser.c, src/files.c, src/nano.c src/prompt.c, src/winio.c:
A few minimalistic whitespace adjustments.
2014-06-10 David Lawrence Ramsey <pooka109@gmail.com>
* src/winio.c: One more type fix and two tiny message tweaks.

View File

@ -1859,7 +1859,7 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type
}
/* We shouldn't worry about chown()ing something if we're not
root, since it's likely to fail! */
* root, since it's likely to fail! */
if (geteuid() == NANO_ROOT_UID && fchown(backup_fd,
openfile->current_stat->st_uid, openfile->current_stat->st_gid) == -1
&& !ISSET(INSECURE_BACKUP)) {