diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2018-06-20 21:45:32 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2018-06-20 21:45:32 +0200 |
commit | e87ee7939edb59152a12114e80c5cfdf6e769bcc (patch) | |
tree | 3c9f3fb6ee1fbef9ffc2be1745b1106dd1432c7a /modules | |
parent | mod_cache: Per RFC 7234 section 5.3 an invalid (diff) | |
download | apache2-e87ee7939edb59152a12114e80c5cfdf6e769bcc.tar.xz apache2-e87ee7939edb59152a12114e80c5cfdf6e769bcc.zip |
Remove some trailing spaces to synch trunk with 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/http2/h2_workers.c | 2 | ||||
-rw-r--r-- | modules/http2/mod_http2.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/http2/h2_workers.c b/modules/http2/h2_workers.c index a9d954f757..699f533f80 100644 --- a/modules/http2/h2_workers.c +++ b/modules/http2/h2_workers.c @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + #include <assert.h> #include <apr_atomic.h> #include <apr_thread_mutex.h> diff --git a/modules/http2/mod_http2.c b/modules/http2/mod_http2.c index 86e9308f53..3d278e9f2f 100644 --- a/modules/http2/mod_http2.c +++ b/modules/http2/mod_http2.c @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + #include <apr_optional.h> #include <apr_optional_hooks.h> #include <apr_strings.h> |