From 58bb63633d729f3caf08bc652dee1447858d9898 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 22 Nov 2020 02:35:54 +0530 Subject: [PATCH] Fix build error --- src/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.clang-tidy b/src/.clang-tidy index a4dc28b..a40cfc7 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: '915' ...