summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-07-15 14:00:29 -0700
committerGuy Harris <guy@alum.mit.edu>2016-07-15 21:01:04 +0000
commit18d5bccedeb431aaa2f9aae483f9445e59ea35b0 (patch)
tree96cbbe8a8d8693811deeb5da77aa4eeca6872e05 /wiretap
parentea4a62df1fb2c50e34e8a297ba8cb8260aae7627 (diff)
downloadwireshark-18d5bccedeb431aaa2f9aae483f9445e59ea35b0.tar.gz
Use spaces rather than tabs for indentation.
Change-Id: I6028253f7c8c30804eaa4b23d2b09827aacb3c9d Reviewed-on: https://code.wireshark.org/review/16481 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/erf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/erf.c b/wiretap/erf.c
index 8d63fb2f51..39a923d5e0 100644
--- a/wiretap/erf.c
+++ b/wiretap/erf.c
@@ -1560,8 +1560,8 @@ static int populate_interface_info(erf_t *erf_priv, wtap *wth, union wtap_pseudo
break;
case ERF_META_TAG_filter:
if_filter.if_filter_str = g_strndup((gchar*) tag.value, tag.length);
- wtap_block_add_custom_option(int_data, OPT_IDB_FILTER, &if_filter, sizeof if_filter);
- g_free(if_filter.if_filter_str);
+ wtap_block_add_custom_option(int_data, OPT_IDB_FILTER, &if_filter, sizeof if_filter);
+ g_free(if_filter.if_filter_str);
if_info->set_flags.filter = 1;
break;
default: