]> Dogcows Code - chaz/openbox/blobdiff - openbox/session.c
remove trailing whitespace
[chaz/openbox] / openbox / session.c
index 5918aa1312778f08f319e8e86295f7a34c097c71..96d7563faf3f5df622637ec7c884038a7e7849fe 100644 (file)
@@ -436,7 +436,7 @@ static void sm_save_complete(SmcConn conn, SmPointer data)
 
 static void sm_shutdown_cancelled(SmcConn conn, SmPointer data)
 {
-    ob_debug_type(OB_DEBUG_SM, "Shutdown cancelled\n");    
+    ob_debug_type(OB_DEBUG_SM, "Shutdown cancelled\n");
 }
 
 static gboolean session_save_to_file(const ObSMSaveData *savedata)
@@ -747,7 +747,7 @@ static void session_load_file(const gchar *path)
             parse_find_node("undecorated", node->children) != NULL;
         state->focused =
             parse_find_node("focused", node->children) != NULL;
-        
+
         /* save this. they are in the file in stacking order, so preserve
            that order here */
         session_saved_state = g_list_append(session_saved_state, state);
This page took 0.025873 seconds and 4 git commands to generate.