Skip to content

Commit

Permalink
Merge pull request #67 from SteffenL/fix-warning-invalid-escape-sequence
Browse files Browse the repository at this point in the history
Fix invalid escape sequence warning
  • Loading branch information
DoozyX authored Mar 11, 2024
2 parents 4cbe111 + 02e34a5 commit d3c7f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-clang-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def normalize_paths(paths):
"""
Normalizes backward slashes in each path in list of paths
Ex)
"features/Test\ Features/feature.cpp" => "features/Test Features/feature.cpp"
"features/Test\\ Features/feature.cpp" => "features/Test Features/feature.cpp"
"""
return [path.replace("\\","") for path in paths]

Expand Down

0 comments on commit d3c7f85

Please sign in to comment.