This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new a181db6 Do not run clang-format for @default_stack_size@
a181db6 is described below
commit a181db6f5948d2f35e73a82332695ad35bc2bc33
Author: Masaori Koshiba <[email protected]>
AuthorDate: Thu Mar 7 09:25:29 2019 +0900
Do not run clang-format for @default_stack_size@
---
include/tscore/ink_config.h.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/tscore/ink_config.h.in b/include/tscore/ink_config.h.in
index 4b976de..3e3aa28 100644
--- a/include/tscore/ink_config.h.in
+++ b/include/tscore/ink_config.h.in
@@ -121,6 +121,6 @@
#define TS_BUILD_CANONICAL_HOST "@host@"
#define TS_BUILD_DEFAULT_LOOPBACK_IFACE "@default_loopback_iface@"
-/* clang-format on */
static const int DEFAULT_STACKSIZE = @default_stack_size@;
+/* clang-format on */