aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-04-10 08:31:27 +0000
committerGuy Harris <guy@alum.mit.edu>2005-04-10 08:31:27 +0000
commit39836021f7016834ca688573514052adf0ca39ab (patch)
tree8339c160c0daedd3d8e1737150952767500a15c0 /capture_loop.c
parent8881cec2dfa1c15debc61e64f334a92c5d1b7d03 (diff)
Fix indentation.
svn path=/trunk/; revision=14034
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/capture_loop.c b/capture_loop.c
index a7c8e882ae..057596b72b 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -1126,16 +1126,16 @@ capture_loop_start(capture_options *capture_opts, gboolean *stats_known, struct
in other places as well - and I don't think that works all the
time in any case, due to libpcap bugs. */
- /* Well, we should be able to start capturing.
-
- Sync out the capture file, so the header makes it to the file system,
- and send a "capture started successfully and capture file created"
- message to our parent so that they'll open the capture file and
- update its windows to indicate that we have a live capture in
- progress. */
- fflush(wtap_dump_file(ld.wtap_pdh));
- sync_pipe_capstart_to_parent();
- sync_pipe_filename_to_parent(capture_opts->save_file);
+ /* Well, we should be able to start capturing.
+
+ Sync out the capture file, so the header makes it to the file system,
+ and send a "capture started successfully and capture file created"
+ message to our parent so that they'll open the capture file and
+ update its windows to indicate that we have a live capture in
+ progress. */
+ fflush(wtap_dump_file(ld.wtap_pdh));
+ sync_pipe_capstart_to_parent();
+ sync_pipe_filename_to_parent(capture_opts->save_file);
/* initialize capture stop (and alike) conditions */
init_capture_stop_conditions();