]> granicus.if.org Git - apache/commitdiff
Improve alignment
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 5 May 2016 16:14:22 +0000 (16:14 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 5 May 2016 16:14:22 +0000 (16:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742446 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_session.c

index 79b3fbc563a578f63a05497224dc5c10eccdc224..ce5c5c771bb33efa548ff18e63227500d49a6f41 100644 (file)
@@ -57,7 +57,7 @@ static int h2_session_status_from_apr_status(apr_status_t rv)
         return NGHTTP2_ERR_WOULDBLOCK;
     }
     else if (APR_STATUS_IS_EOF(rv)) {
-            return NGHTTP2_ERR_EOF;
+        return NGHTTP2_ERR_EOF;
     }
     return NGHTTP2_ERR_PROTO;
 }