aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nghttp2/nghttp2_hd_huffman.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-14 19:48:43 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-15 07:58:36 +0000
commit691973469f5528b209687c3a77ffc8880f38d949 (patch)
tree83e7e6c6de564d70c8920607dfec2b784c79d821 /epan/nghttp2/nghttp2_hd_huffman.h
parent9815dc19fb1cadc506e3da963ff7291bf2538a64 (diff)
HTTP2: Update nghttp2 lib (0.6.7)
lot of change but it is majority reindent change (Using clang-format) Change-Id: Idcd0fa79ca977e25d69eb80a89d3c61d228885e9 Reviewed-on: https://code.wireshark.org/review/5764 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/nghttp2/nghttp2_hd_huffman.h')
-rw-r--r--epan/nghttp2/nghttp2_hd_huffman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/nghttp2/nghttp2_hd_huffman.h b/epan/nghttp2/nghttp2_hd_huffman.h
index 901e17337d..a364e4bfe6 100644
--- a/epan/nghttp2/nghttp2_hd_huffman.h
+++ b/epan/nghttp2/nghttp2_hd_huffman.h
@@ -26,7 +26,7 @@
#define NGHTTP2_HD_HUFFMAN_H
#ifdef HAVE_CONFIG_H
-# include <config.h>
+#include <config.h>
#endif /* HAVE_CONFIG_H */
#include <nghttp2.h>