aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-29 06:55:49 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-29 06:55:49 +0000
commit15b96bda7885fe6d9dc189a7e107184200cf3486 (patch)
treec42f88607c306fe9e8a07ad503cd043451d75cba /tshark.c
parentfc6031a049b6f5e08fa5e5ac01bb5c531154d1a1 (diff)
Untabify
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36948 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tshark.c b/tshark.c
index ebbc9ad915..493423ab2c 100644
--- a/tshark.c
+++ b/tshark.c
@@ -2341,9 +2341,9 @@ capture_input_closed(capture_options *capture_opts, gchar *msg)
if(capture_opts->cf != NULL && ((capture_file *) capture_opts->cf)->wth != NULL) {
wtap_close(((capture_file *) capture_opts->cf)->wth);
- if(((capture_file *) capture_opts->cf)->user_saved == FALSE){
- ws_unlink(((capture_file *) capture_opts->cf)->filename);
- }
+ if(((capture_file *) capture_opts->cf)->user_saved == FALSE) {
+ ws_unlink(((capture_file *) capture_opts->cf)->filename);
+ }
}
#ifdef USE_BROKEN_G_MAIN_LOOP
/*g_main_loop_quit(loop);*/