diff options
-rwxr-xr-x | bin/format_source | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/format_source b/bin/format_source index 1d9e88a..fb0264c 100755 --- a/bin/format_source +++ b/bin/format_source @@ -5,8 +5,6 @@ # # Note that any files or directories that are excluded here should also be # added to the 'exclude' list in .github/workflows/clang-format-check.yml -# -# (Remember to update both bin/format_source and bin/format_source_patch) find . \( -type d -path ./config -prune -and -not -path ./config \) \ -or \( \( \! \( \ |