aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-04-29 06:55:49 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-04-29 06:55:49 +0000
commit6be87f6f9047bca10dea006af49487672e62cac7 (patch)
treec42f88607c306fe9e8a07ad503cd043451d75cba /tshark.c
parent65910b24799e242a5cddc7b6821f2962b13e56f2 (diff)
Untabify
svn path=/trunk/; revision=36948
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);*/