commit 7c123507a4a5a79ef8cec5bb85375ce7ca99ca18
Author: Guillaume Munch <[email protected]>
Date: Tue Feb 28 22:24:51 2017 +0100
Whitespace
---
src/Buffer.cpp | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 2bc454b..ac01cf4 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -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