From e7caca8e1ed4acd5ba185b96aea8a400cf1717b4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 11 Mar 2020 12:09:17 +0100 Subject: executor: minor cleanup of android sandbox Fix code formatting, clang-tidy warnings, minor style nits. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b618adf1..b28867868 100644 --- a/Makefile +++ b/Makefile @@ -221,6 +221,7 @@ format_go: format_cpp: clang-format --style=file -i executor/*.cc executor/*.h \ + executor/android/android_seccomp.h \ tools/kcovtrace/*.c tools/kcovfuzzer/*.c tools/fops_probe/*.cc format_sys: bin/syz-fmt -- cgit mrf-deployment