From: mike Date: Tue, 9 Apr 2013 19:07:23 +0000 (+0000) Subject: Fix whitespace. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d747d3ef97ed7267a1a820ebfb90ab3ba910916;p=thirdparty%2Fcups.git Fix whitespace. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10942 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/cups/request.c b/cups/request.c index 3aa1220db2..9f0995ba30 100644 --- a/cups/request.c +++ b/cups/request.c @@ -358,7 +358,8 @@ cupsGetResponse(http_t *http, /* I - Connection to server or @code CUPS_HTTP if (!http) http = _cupsConnect(); - if (!http || (http->state != HTTP_STATE_POST_RECV && http->state != HTTP_STATE_POST_SEND)) + if (!http || (http->state != HTTP_STATE_POST_RECV && + http->state != HTTP_STATE_POST_SEND)) return (NULL); /*