From 35a3c09b6ecd24aa1329041d7881206db3a38e0a Mon Sep 17 00:00:00 2001 From: Daniel Craig Date: Fri, 20 Mar 2020 09:41:40 -0400 Subject: [PATCH] Apply clang format to inl files from clang_format_all.sh --- util/clang_format_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/clang_format_all.sh b/util/clang_format_all.sh index d2db634fc..310d64aa3 100755 --- a/util/clang_format_all.sh +++ b/util/clang_format_all.sh @@ -57,4 +57,4 @@ if ! valid_clang_format; then fi; # Search through the code that should be formatted, exclude any non-renderdoc code. -find qrenderdoc/ renderdoc/ renderdoccmd/ renderdocshim/ util/test/demos/ -type f -regex '.*\(/3rdparty/\|/official/\|resource.h\).*' -prune -o -regex '.*\.\(c\|cpp\|h\|vert\|frag\|geom\|comp\|hlsl\)$' -print0 | xargs -0 -n1 $CLANG_FORMAT -i -style=file +find qrenderdoc/ renderdoc/ renderdoccmd/ renderdocshim/ util/test/demos/ -type f -regex '.*\(/3rdparty/\|/official/\|resource.h\).*' -prune -o -regex '.*\.\(c\|cpp\|h\|inl\|vert\|frag\|geom\|comp\|hlsl\)$' -print0 | xargs -0 -n1 $CLANG_FORMAT -i -style=file