diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-14 22:50:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-14 22:50:25 -0400 |
commit | a88923e455cb0cae0f5fd7e705a2cbf45df2e5aa (patch) | |
tree | 3488094e01e8f525d207e88e949592e690332f58 /src/common | |
parent | 747f368c6d72cc6a68bb0a12c4209c534517b656 (diff) | |
download | tor-a88923e455cb0cae0f5fd7e705a2cbf45df2e5aa.tar tor-a88923e455cb0cae0f5fd7e705a2cbf45df2e5aa.tar.gz |
whitespace fix
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index d573b5624..f2b21407b 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -4892,7 +4892,8 @@ handle_fw_helper_line(const char *executable, const char *line) /** Read what tor-fw-helper has to say in its stdout and handle it * appropriately */ static int -handle_fw_helper_output(const char *executable, process_handle_t *process_handle) +handle_fw_helper_output(const char *executable, + process_handle_t *process_handle) { smartlist_t *fw_helper_output = NULL; enum stream_status stream_status = 0; |