]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix tor_get_lines_from_handle() for make check-spaces
authorAndrea Shepard <andrea@torproject.org>
Sat, 3 Aug 2013 01:49:57 +0000 (18:49 -0700)
committerAndrea Shepard <andrea@torproject.org>
Sat, 3 Aug 2013 01:49:57 +0000 (18:49 -0700)
src/common/util.c

index fc247acbeb8c479c49d9b1a185a8d44352ed9a05..ed6cd7831a066386c32563f91597132ae5f4b1d4 100644 (file)
@@ -4568,7 +4568,8 @@ log_from_handle(HANDLE *pipe, int severity)
  *  <b>handle</b>. Return NULL on error, and set
  *  <b>stream_status_out</b> appropriately. */
 MOCK_IMPL(smartlist_t *,
-tor_get_lines_from_handle,(FILE *handle, enum stream_status *stream_status_out))
+tor_get_lines_from_handle, (FILE *handle,
+                            enum stream_status *stream_status_out))
 {
   enum stream_status stream_status;
   char stdout_buf[400];