dfilter: clean up indentation.

This commit is contained in:
Guy Harris 2021-03-21 02:15:00 -07:00
parent de374722e8
commit ce611792c3
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ typedef struct {
guint32 numeric;
drange_t *drange;
header_field_info *hfinfo;
df_func_def_t *funcdef;
df_func_def_t *funcdef;
} value;
} dfvm_value_t;

View File

@ -1223,8 +1223,8 @@ check_relation_LHS_FUNCTION(dfwork_t *dfw, const char *relation_string,
ftenum_t ftype1, ftype2;
fvalue_t *fvalue;
char *s;
df_func_def_t *funcdef;
df_func_def_t *funcdef2;
df_func_def_t *funcdef;
df_func_def_t *funcdef2;
/* GSList *params; */
check_function(dfw, st_arg1);