summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/check_clang_format.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/check_clang_format.py b/util/check_clang_format.py
index 783cce9e33..5862c02a3d 100755
--- a/util/check_clang_format.py
+++ b/util/check_clang_format.py
@@ -69,6 +69,7 @@ def main(argv=None):
cwd=ec_dir,
stderr=subprocess.PIPE,
encoding="utf-8",
+ stdin=subprocess.DEVNULL,
)
if result.stderr:
logging.error("All C source must be formatted with clang-format!")