cron2 has uploaded a new patch set (#2) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/1514?usp=email )
The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: Update the clang-format reference version to 21.1.8 ...................................................................... Update the clang-format reference version to 21.1.8 Latest v21.x version. Changes a few file in Windows specific code due to bug fixes. Change-Id: Iaf0d8f528211f1971f163a8006b054efb4917e2a Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Gert Doering <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1514 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg35563.html Signed-off-by: Gert Doering <[email protected]> --- M .pre-commit-config.yaml M src/openvpnmsica/openvpnmsica.c M src/tapctl/main.c 3 files changed, 15 insertions(+), 8 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/14/1514/2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1bca47..5fd5465 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v20.1.0' + rev: 'v21.1.8' hooks: - id: clang-format files: \.[ch]$ diff --git a/src/openvpnmsica/openvpnmsica.c b/src/openvpnmsica/openvpnmsica.c index b5d8cd2..a145b64 100644 --- a/src/openvpnmsica/openvpnmsica.c +++ b/src/openvpnmsica/openvpnmsica.c @@ -308,7 +308,8 @@ } -UINT __stdcall FindSystemInfo(_In_ MSIHANDLE hInstall) +UINT __stdcall +FindSystemInfo(_In_ MSIHANDLE hInstall) { #ifdef DLLEXP_EXPORT #pragma comment(linker, DLLEXP_EXPORT) @@ -335,7 +336,8 @@ } -UINT __stdcall CloseOpenVPNGUI(_In_ MSIHANDLE hInstall) +UINT __stdcall +CloseOpenVPNGUI(_In_ MSIHANDLE hInstall) { #ifdef DLLEXP_EXPORT #pragma comment(linker, DLLEXP_EXPORT) @@ -359,7 +361,8 @@ } -UINT __stdcall StartOpenVPNGUI(_In_ MSIHANDLE hInstall) +UINT __stdcall +StartOpenVPNGUI(_In_ MSIHANDLE hInstall) { #ifdef DLLEXP_EXPORT #pragma comment(linker, DLLEXP_EXPORT) @@ -620,7 +623,8 @@ } -UINT __stdcall EvaluateTUNTAPAdapters(_In_ MSIHANDLE hInstall) +UINT __stdcall +EvaluateTUNTAPAdapters(_In_ MSIHANDLE hInstall) { #ifdef DLLEXP_EXPORT #pragma comment(linker, DLLEXP_EXPORT) @@ -963,7 +967,8 @@ } } -UINT __stdcall ProcessDeferredAction(_In_ MSIHANDLE hInstall) +UINT __stdcall +ProcessDeferredAction(_In_ MSIHANDLE hInstall) { #ifdef DLLEXP_EXPORT #pragma comment(linker, DLLEXP_EXPORT) @@ -1166,7 +1171,8 @@ return uiResult; } -UINT __stdcall CheckAndScheduleReboot(_In_ MSIHANDLE hInstall) +UINT __stdcall +CheckAndScheduleReboot(_In_ MSIHANDLE hInstall) { #ifdef DLLEXP_EXPORT #pragma comment(linker, DLLEXP_EXPORT) diff --git a/src/tapctl/main.c b/src/tapctl/main.c index 6bb4119..1d047dd 100644 --- a/src/tapctl/main.c +++ b/src/tapctl/main.c @@ -609,7 +609,8 @@ /** * Program entry point */ -int __cdecl wmain(int argc, LPCWSTR argv[]) +int __cdecl +wmain(int argc, LPCWSTR argv[]) { int iResult; BOOL bRebootRequired = FALSE; -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1514?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Iaf0d8f528211f1971f163a8006b054efb4917e2a Gerrit-Change-Number: 1514 Gerrit-PatchSet: 2 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: cron2 <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
