mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-04 07:53:55 +00:00
update code style
This commit is contained in:
parent
6bd6565ce2
commit
482d465472
key
@ -153,6 +153,7 @@ int CheckKeyFlags(char* f, MMKeyFlags* flags){
|
||||
|
||||
int GetFlagsFromValue(char* value[], MMKeyFlags* flags, int num){
|
||||
if (!flags) {return -1;}
|
||||
|
||||
int i;
|
||||
for ( i= 0; i <num; i++){
|
||||
MMKeyFlags f = MOD_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user