From 7cfdc817671439b20f50b714c23d6dd1e8d49f7b Mon Sep 17 00:00:00 2001 From: John McMaster Date: Mon, 10 Dec 2018 17:11:04 -0800 Subject: [PATCH] Makefile: clang format 3.9 like travis Signed-off-by: John McMaster --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f5c485f..5b07de3d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CLANG_FORMAT ?= clang-format-5.0 +CLANG_FORMAT ?= clang-format-3.9 .PHONY: database format clean env