]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix whitespace.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 9 Apr 2013 19:07:23 +0000 (19:07 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 9 Apr 2013 19:07:23 +0000 (19:07 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10942 7a7537e8-13f0-0310-91df-b6672ffda945

cups/request.c

index 3aa1220db2e867f24e3ab55ecb9f2abc9e81e1d4..9f0995ba308fbc72aac16c9213858956d4549358 100644 (file)
@@ -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);
 
  /*