]> granicus.if.org Git - apache/commitdiff
Synch with trunk - remove trailing spaces
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jan 2017 18:47:25 +0000 (18:47 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jan 2017 18:47:25 +0000 (18:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1777687 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_stream.c

index fcdaa4ddc3f1520f007638d8d5a61a568ef351cd..7cec844b220ebecfc4641c2edd280b65d429aa15 100644 (file)
@@ -201,7 +201,7 @@ h2_stream *h2_stream_open(int id, apr_pool_t *pool, h2_session *session,
     stream->pool         = pool;
     stream->session      = session;
     stream->can_be_cleaned = 1;
-    
+
     h2_beam_create(&stream->input, pool, id, "input", H2_BEAM_OWNER_SEND, 0);
     h2_beam_send_from(stream->input, stream->pool);
     h2_beam_create(&stream->output, pool, id, "output", H2_BEAM_OWNER_RECV, 0);
@@ -419,7 +419,7 @@ apr_status_t h2_stream_schedule(h2_stream *stream, int eos, int push_enabled,
                 stream->request = stream->rtmp;
                 stream->rtmp = NULL;
                 stream->scheduled = 1;
-                
+
                 stream->push_policy = h2_push_policy_determine(stream->request->headers, 
                                                                stream->pool, push_enabled);