Skip to content
Snippets Groups Projects
Commit a88923e4 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

whitespace fix

parent 747f368c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment