mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
whitespace fix
This commit is contained in:
parent
747f368c6d
commit
a88923e455
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user