From 2c24cdbfc3be634593685feebf00617e9e2d1f0f Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 9 Dec 2020 22:25:37 +0100 Subject: [PATCH] fix qbdi path for code format --- GNUmakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index de398ed7..ba0547db 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -504,8 +504,6 @@ code-format: ./.custom-format.py -i qemu_mode/libcompcov/*.c ./.custom-format.py -i qemu_mode/libcompcov/*.cc ./.custom-format.py -i qemu_mode/libcompcov/*.h - ./.custom-format.py -i qbdi_mode/*.c - ./.custom-format.py -i qbdi_mode/*.cpp ./.custom-format.py -i *.h ./.custom-format.py -i *.c