From 0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 17 Jul 2018 16:37:25 +0300 Subject: Move all files under src/ --- .ci/format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci') diff --git a/.ci/format.sh b/.ci/format.sh index 89fa4e88..d87bfb66 100755 --- a/.ci/format.sh +++ b/.ci/format.sh @@ -9,6 +9,6 @@ set -o errexit set -o pipefail set -o nounset -FILES=`find include src -type f -type f \( -iname "*.cc" -o -iname "*.h" \)` +FILES=`find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \)` clang-format -i $FILES && git diff --exit-code -- cgit 1.4.1