Whitespace

This commit is contained in:
Guillaume Munch 2017-02-28 22:24:51 +01:00
parent cf3c035266
commit 7c123507a4

View File

@ -1411,12 +1411,12 @@ bool Buffer::save() const
// if the file does not yet exist, none of the backup activity
// that follows is necessary
if (!fileName().exists()) {
if (!fileName().exists()) {
if (!writeFile(fileName()))
return false;
markClean();
return true;
}
return false;
markClean();
return true;
}
// we first write the file to a new name, then move it to its
// proper location once that has been done successfully. that