[gnote] Fix indentation



commit dfd37c0bbbc4433271b83311879fe3ed91e4ffcf
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Aug 13 19:26:20 2016 +0300

    Fix indentation

 src/notewindow.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index c5a058f..bc09b36 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -228,8 +228,8 @@ namespace gnote {
   {
     if (Preferences::obj().get_schema_settings(Preferences::SCHEMA_GNOTE)->get_boolean(
           Preferences::AUTOSIZE_NOTE_WINDOW)) {
-    width = m_width;
-    height = m_height;
+      width = m_width;
+      height = m_height;
     }
   }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]