aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nghttp2/nghttp2_int.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_int.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_int.h')
-rw-r--r--epan/nghttp2/nghttp2_int.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/nghttp2/nghttp2_int.h b/epan/nghttp2/nghttp2_int.h
index da64940ccc..effd667cfe 100644
--- a/epan/nghttp2/nghttp2_int.h
+++ b/epan/nghttp2/nghttp2_int.h
@@ -26,7 +26,7 @@
#define NGHTTP2_INT_H
#ifdef HAVE_CONFIG_H
-# include <config.h>
+#include <config.h>
#endif /* HAVE_CONFIG_H */
/* Macros, types and constants for internal use */
@@ -34,7 +34,9 @@
#ifdef DEBUGBUILD
#define DEBUGF(x) x
#else
-#define DEBUGF(x) do { } while(0)
+#define DEBUGF(x) \
+ do { \
+ } while (0)
#endif
typedef int (*nghttp2_compar)(const void *lhs, const void *rhs);