From 6e75832082c331b6191db2df970f5088b8773214 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Fri, 16 Apr 2021 20:55:19 +0200 Subject: code format for frida mode --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 5569825f..9d98aa00 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -513,6 +513,9 @@ code-format: ./.custom-format.py -i qemu_mode/libcompcov/*.h ./.custom-format.py -i qemu_mode/libqasan/*.c ./.custom-format.py -i qemu_mode/libqasan/*.h + ./.custom-format.py -i frida_mode/src/*.c + ./.custom-format.py -i frida_mode/include/*.h + -./.custom-format.py -i frida_mode/src/*/*.c ./.custom-format.py -i *.h ./.custom-format.py -i *.c -- cgit 1.4.1