]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorNick Mathewson <nickm@torproject.org>
Thu, 15 May 2014 02:50:25 +0000 (22:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 May 2014 02:50:25 +0000 (22:50 -0400)
src/common/util.c

index d573b5624b325c4fdc2a9e4ff12b4a83802d4cb2..f2b21407bf33c569a917d110480476664d14bdd3 100644 (file)
@@ -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;