Skip to content

Commit 12c0823

Browse files
authored
[clang-format] Handle spaces in file paths in git-clang-format.bat (#107041)
This patch is provided by @jeliebig. Fixes #107017.
1 parent 9b5971a commit 12c0823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
py -3 %~pn0 %*
1+
py -3 "%~pn0" %*

0 commit comments

Comments
 (0)