mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
update code style
This commit is contained in:
parent
022e79d6d3
commit
3d4f723800
window
@ -57,6 +57,7 @@ int showAlert(const char *title, const char *msg, const char *defaultButton,
|
||||
cancelButtonTitle,
|
||||
NULL,
|
||||
&responseFlags);
|
||||
|
||||
if (alertHeader != NULL) CFRelease(alertHeader);
|
||||
if (alertMessage != NULL) CFRelease(alertMessage);
|
||||
if (defaultButtonTitle != NULL) CFRelease(defaultButtonTitle);
|
||||
|
Loading…
Reference in New Issue
Block a user