From bd6dc9ebab058be28f59de33e05e036c91951ba6 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 11 May 2018 15:46:41 +0200 Subject: src: replace `template<` → `template <` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/20675 Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: Gus Caplan Reviewed-By: Tobias Nießen Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Daniel Bevenius Reviewed-By: Ruben Bridgewater --- src/node_http2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_http2.h') 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 + template static MaybeLocal New(Environment* env, nghttp2_rcbuf* buf) { if (nghttp2_rcbuf_is_static(buf)) { auto& static_str_map = env->isolate_data()->http2_static_strs; -- cgit v1.2.3