From Irene Ruengeler: Whitespace changes.
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Feb 2012 12:54:15 +0000 (12:54 +0000)
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Feb 2012 12:54:15 +0000 (12:54 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41174 f5534014-38df-0310-8fa8-9805f1628bb7

ui/gtk/main.c

index ce1450f98376172aef8730ed52d752c8181dacd4..a3205b38362e87a8c2cfb7b9eecd96f91e91c4b3 100644 (file)
@@ -1429,9 +1429,9 @@ main_cf_cb_file_closing(capture_file *cf)
         for (i = (int)global_capture_opts.ifaces->len-1; i >= 0; i--) {
             global_capture_opts.ifaces = g_array_remove_index(global_capture_opts.ifaces, i);
         }
-    } 
+    }
 #endif
-    
+
     /* Restore the standard title bar message. */
     set_main_window_name("The Wireshark Network Analyzer");