From 1108515738aa28ca619a32e0fc17f44dc011cbb9 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 16 Mar 2018 17:04:35 +0200 Subject: [PATCH] format.sh small fix --- format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.sh b/format.sh index e23097b9..6c61c628 100755 --- a/format.sh +++ b/format.sh @@ -1,5 +1,5 @@ #!/bin/bash find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix -find . -name "*\.h" -o -name "*\.cpp"|xargs clang-format-5.0 -i +find . -name "*\.h" -o -name "*\.cpp"|xargs clang-format -i