]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorGuillaume Munch <gm@lyx.org>
Tue, 28 Feb 2017 21:24:51 +0000 (22:24 +0100)
committerGuillaume Munch <gm@lyx.org>
Fri, 10 Mar 2017 23:50:57 +0000 (00:50 +0100)
src/Buffer.cpp

index 2bc454bcf028244cbf66f08d49488a99c4f988b7..ac01cf41401aa79d755fb3841573c5f752969729 100644 (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