We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a024ac2 commit ac1ab49Copy full SHA for ac1ab49
tools/format.sh
@@ -22,9 +22,9 @@ FIND="${FIND} -name TraceLoggingDynamic.h -prune -o"
22
# Do not format yaml files
23
FIND="${FIND} -name \"*.yaml\" -prune -o"
24
# Do not format shelltest files
25
-FIND="${FIND} -name \"*.test\"-prune -o"
+FIND="${FIND} -name \"*.test\" -prune -o"
26
# Do not format patch files
27
-FIND="${FIND} -name \"*.patch\"-prune -o"
+FIND="${FIND} -name \"*.patch\" -prune -o"
28
29
# GNU syntax.
30
SED=(sed -i)
0 commit comments