summaryrefslogtreecommitdiff
path: root/capture_sync.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-02-12 00:59:34 +0000
committerGuy Harris <guy@alum.mit.edu>2006-02-12 00:59:34 +0000
commit9077412e85026bc6795a407ffc52b2f5fb4caba4 (patch)
tree2112d649294b4f6faeb77cb61de1ea31b9d7f1a2 /capture_sync.c
parentea82d47d0cb2f947978cac9135d40c521ff6eee5 (diff)
downloadwireshark-9077412e85026bc6795a407ffc52b2f5fb4caba4.tar.gz
Fix up indentation.
svn path=/trunk/; revision=17262
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/capture_sync.c b/capture_sync.c
index dbefde3497..56ee2ef9b3 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -467,12 +467,8 @@ sync_pipe_start(capture_options *capture_opts) {
}
/* call dumpcap */
- if(!CreateProcess(NULL, args->str, NULL, NULL, TRUE,
- CREATE_NEW_CONSOLE,
- NULL,
- NULL,
- &si,
- &pi)) {
+ if(!CreateProcess(NULL, args->str, NULL, NULL, TRUE,
+ CREATE_NEW_CONSOLE, NULL, NULL, &si, &pi)) {
g_error("couldn't open dumpcap.exe!");
}
capture_opts->fork_child = (int) pi.hProcess;