commit
91da1e7473
1
.github/workflows/timezone-update.yml
vendored
1
.github/workflows/timezone-update.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
run: build\Release\tzextract.exe winpr\libwinpr\timezone
|
run: build\Release\tzextract.exe winpr\libwinpr\timezone
|
||||||
- name: Format code
|
- name: Format code
|
||||||
run: |
|
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.c
|
||||||
clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.json
|
clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.json
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
|
@ -63,7 +63,6 @@ internal class Program
|
|||||||
fs.WriteLine("static const size_t " + fname + "Size = ARRAYSIZE(" + fname + ");");
|
fs.WriteLine("static const size_t " + fname + "Size = ARRAYSIZE(" + fname + ");");
|
||||||
fs.WriteLine("");
|
fs.WriteLine("");
|
||||||
fs.WriteLine("// clang-format on");
|
fs.WriteLine("// clang-format on");
|
||||||
fs.WriteLine("");
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user