From: Nick Mathewson Date: Thu, 15 May 2014 02:50:25 +0000 (-0400) Subject: whitespace fix X-Git-Tag: tor-0.2.5.5-alpha~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a88923e455cb0cae0f5fd7e705a2cbf45df2e5aa;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/common/util.c b/src/common/util.c index d573b5624b..f2b21407bf 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;