Code

bulk trailing spaces removal. consistency through MD5 of binary
[inkscape.git] / src / preferences.cpp
index 5d3981b5804b8354f5bf6dc6ae6591dc563712d1..fedfa85680007bdf4e25f0a6a469c39cf3cfb311 100644 (file)
@@ -49,9 +49,9 @@ void
 Preferences::load()
 {
     /// \todo this still uses old Gtk+ code which should be somewhere else
-    if (inkscape_load_config (PREFERENCES_FILE, 
+    if (inkscape_load_config (PREFERENCES_FILE,
                               _preferences,
-                              preferences_skeleton, 
+                              preferences_skeleton,
                               PREFERENCES_SKELETON_SIZE,
                               _("%s is not a regular file.\n%s"),
                               _("%s not a valid XML file, or\n"
@@ -71,7 +71,7 @@ Preferences::save()
 {
     if (!_preferences || ! _save_preferences)
         return;
-    
+
     gchar *fn = profile_path (PREFERENCES_FILE);
     (void) sp_repr_save_file (_preferences, fn);
     g_free (fn);