From dae2d0265b1b30812e85fac196af3e54fabe30ef Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 26 Nov 2013 09:08:45 +0000 Subject: [PATCH] Fix indentation. svn path=/trunk/; revision=53595 --- ui/gtk/prefs_capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gtk/prefs_capture.c b/ui/gtk/prefs_capture.c index b342bc895c..4d89f6d3f9 100644 --- a/ui/gtk/prefs_capture.c +++ b/ui/gtk/prefs_capture.c @@ -1026,7 +1026,7 @@ ifopts_edit_ok_cb(GtkWidget *w _U_, gpointer parent_w) ifopts_write_new_snaplen(); /* create/write new promiscuous mode interfaces string */ ifopts_write_new_pmode(); -} + } /* Update everything that shows an interface list that includes local interfaces. */