[ci,timezones] fix file formatting

This commit is contained in:
akallabeth
2024-10-12 08:46:17 +02:00
parent bbc27d53db
commit c7ce6ebe67

View File

@@ -33,6 +33,7 @@ jobs:
run: build\Release\tzextract.exe winpr\libwinpr\timezone
- name: Format code
run: |
clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/WindowsZones.c
clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.c
clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.json
- name: Create Pull Request