From: Andrea Shepard Date: Sat, 3 Aug 2013 01:49:57 +0000 (-0700) Subject: Fix tor_get_lines_from_handle() for make check-spaces X-Git-Tag: tor-0.2.5.1-alpha~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468e44a0efaae8761d236042b80ac0125884980d;p=thirdparty%2Ftor.git Fix tor_get_lines_from_handle() for make check-spaces --- diff --git a/src/common/util.c b/src/common/util.c index fc247acbeb..ed6cd7831a 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -4568,7 +4568,8 @@ log_from_handle(HANDLE *pipe, int severity) * handle. Return NULL on error, and set * stream_status_out 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];