From 4c3677ef3b640ad78d6e4c5d3c0a0268d5a2c8ea Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 10 Jun 2015 21:59:31 -0400 Subject: Replace tabs in files with editor modeline "expandtab" Change-Id: I4667fd4091c510a4c798f79dae333a07dc42dad6 Reviewed-on: https://code.wireshark.org/review/8880 Reviewed-by: Bill Meier --- ui/gtk/gui_utils.c | 2 +- ui/gtk/supported_protos_dlg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/gtk') diff --git a/ui/gtk/gui_utils.c b/ui/gtk/gui_utils.c index 1e4ad67f09..c85d347825 100644 --- a/ui/gtk/gui_utils.c +++ b/ui/gtk/gui_utils.c @@ -693,7 +693,7 @@ pipe_input_cb(GIOChannel *source _U_, void pipe_input_set_handler(gint source, gpointer user_data, - ws_process_id *child_process, + ws_process_id *child_process, pipe_input_cb_t input_cb) { static pipe_input_t pipe_input; diff --git a/ui/gtk/supported_protos_dlg.c b/ui/gtk/supported_protos_dlg.c index 11e60244fe..6fd5b79756 100644 --- a/ui/gtk/supported_protos_dlg.c +++ b/ui/gtk/supported_protos_dlg.c @@ -237,7 +237,7 @@ static void set_supported_text(GtkWidget *w, supported_type_t type) /* the name used for sorting in the left column */ len = g_snprintf(buffer, BUFF_LEN, "%*s %*s %*s\n", -short_namel, short_name, - -namel, name, + -namel, name, -filter_namel, filter_name); insert_text(w, buffer, len); } -- cgit v1.2.3