From 74e997d6b5406eb54fdfc10a64d9d85993c383e0 Mon Sep 17 00:00:00 2001 From: wmeier Date: Wed, 21 Sep 2011 18:55:03 +0000 Subject: Whitespace cleanup: Use consistent indentation; Convert "4 space tabs" to spaces; Remove trailing whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39082 f5534014-38df-0310-8fa8-9805f1628bb7 --- file.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index ef9c24f6d3..27753d45a4 100644 --- a/file.c +++ b/file.c @@ -478,8 +478,8 @@ calc_progbar_val(capture_file *cf, gint64 size, gint64 file_pos, gchar *status_s } g_snprintf(status_str, status_size, - "%" G_GINT64_MODIFIER "dKB of %" G_GINT64_MODIFIER "dKB", - file_pos / 1024, size / 1024); + "%" G_GINT64_MODIFIER "dKB of %" G_GINT64_MODIFIER "dKB", + file_pos / 1024, size / 1024); return progbar_val; } @@ -2758,7 +2758,7 @@ cf_find_string_protocol_tree(capture_file *cf, proto_tree *tree, match_data *md mdata->cf = cf; /* Iterate through all the nodes looking for matching text */ proto_tree_children_foreach(tree, match_subtree_text, mdata); - return mdata->frame_matched ? MR_MATCHED : MR_NOTMATCHED; + return mdata->frame_matched ? MR_MATCHED : MR_NOTMATCHED; } static match_result -- cgit v1.2.3