From c4b9b05af9ff0a66641f1731009a2a7a0b54bf54 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 20 Sep 2016 12:45:42 -0400 Subject: [PATCH] make check_format also check git whitespace (#5503) -fixes #5484 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a89d824e5a..dcda1b161b 100644 --- a/Makefile +++ b/Makefile @@ -230,6 +230,7 @@ quick_check: check_posix_sitl_default check_px4fmu-v4_default check_tests check_ check_format: $(call colorecho,"Checking formatting with astyle") @./Tools/check_code_style_all.sh + @git diff --check format: $(call colorecho,"Formatting with astyle")