summaryrefslogtreecommitdiff
path: root/src/node_http2.h
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-05-11 15:46:41 +0200
committerAnna Henningsen <anna@addaleax.net>2018-05-14 18:09:23 +0200
commitbd6dc9ebab058be28f59de33e05e036c91951ba6 (patch)
treebd5a35c7f6c2c5d3a9275608c095055b9612d7f9 /src/node_http2.h
parent12b0159adf88a46b6ea4ffc1f8b910ebb56fecb9 (diff)
downloadandroid-node-v8-bd6dc9ebab058be28f59de33e05e036c91951ba6.tar.gz
android-node-v8-bd6dc9ebab058be28f59de33e05e036c91951ba6.tar.bz2
android-node-v8-bd6dc9ebab058be28f59de33e05e036c91951ba6.zip
src: replace `template<` → `template <`
PR-URL: https://github.com/nodejs/node/pull/20675 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index f4ac926bb5..f473e30286 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -1222,7 +1222,7 @@ class ExternalHeader :
vec.len);
}
- template<bool may_internalize>
+ template <bool may_internalize>
static MaybeLocal<String> New(Environment* env, nghttp2_rcbuf* buf) {
if (nghttp2_rcbuf_is_static(buf)) {
auto& static_str_map = env->isolate_data()->http2_static_strs;