From c7ce6ebe677f6026413c694ca41a0beabbd981d1 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sat, 12 Oct 2024 08:46:17 +0200 Subject: [PATCH] [ci,timezones] fix file formatting --- .github/workflows/timezone-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml index 48af98b43..25ec63821 100644 --- a/.github/workflows/timezone-update.yml +++ b/.github/workflows/timezone-update.yml @@ -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