From: Arun Prakash Jana Date: Sat, 12 Oct 2019 03:14:58 +0000 (+0530) Subject: Fix build break X-Git-Tag: v2.8~168 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=fef8f041d280798c1aa9ccf54fda1df280833314;p=nnn.git Fix build break --- diff --git a/src/.clang-tidy b/src/.clang-tidy index ca009226..9a418ec8 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -11,5 +11,5 @@ CheckOptions: - key: fuchsia-restrict-system-includes.Includes value: '*,-stdint.h,-stdbool.h' - key: readability-function-size.StatementThreshold - value: '900' + value: '1000' ...