Skip to content

Commit ac1ab49

Browse files
committed
Fixed format
1 parent a024ac2 commit ac1ab49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ FIND="${FIND} -name TraceLoggingDynamic.h -prune -o"
2222
# Do not format yaml files
2323
FIND="${FIND} -name \"*.yaml\" -prune -o"
2424
# Do not format shelltest files
25-
FIND="${FIND} -name \"*.test\"-prune -o"
25+
FIND="${FIND} -name \"*.test\" -prune -o"
2626
# Do not format patch files
27-
FIND="${FIND} -name \"*.patch\"-prune -o"
27+
FIND="${FIND} -name \"*.patch\" -prune -o"
2828

2929
# GNU syntax.
3030
SED=(sed -i)

0 commit comments

Comments
 (0)