From: Arun Prakash Jana Date: Sat, 28 Mar 2020 22:54:31 +0000 (+0530) Subject: Fix build error X-Git-Tag: v3.1~53 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=446266d4c7776e14a1bd9fae5b30885a515909d9;p=nnn.git Fix build error --- diff --git a/src/.clang-tidy b/src/.clang-tidy index f94a365f..a9606bd7 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: '905' ...