소스 검색

whitespace fix

Nick Mathewson 11 년 전
부모
커밋
a88923e455
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/common/util.c

+ 2 - 1
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;