From 5a0f90bc8255e38b6d63b4f3aa864c03d9c0aaa5 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 17 Mar 2018 12:49:31 +0200 Subject: [PATCH] clang format namespace fix --- format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.sh b/format.sh index 51b987e4..7bb076d0 100755 --- a/format.sh +++ b/format.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo -n "Running dos2unix " +echo -n "Running dos2unix " find . -name "*\.h" -o -name "*\.cpp"|xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'" echo echo -n "Running clang-format "