mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 05:48:10 -05:00
Fixed coding standard
This commit is contained in:
parent
85e57964a1
commit
2aaf750e31
@ -504,8 +504,7 @@ void xte_clickKey ( Display *displayLocation, char *key )
|
|||||||
KeySym ks;
|
KeySym ks;
|
||||||
|
|
||||||
ks = XStringToKeysym( key );
|
ks = XStringToKeysym( key );
|
||||||
if ( ks == NoSymbol )
|
if ( ks == NoSymbol ) {
|
||||||
{
|
|
||||||
fprintf( stderr, "Key '%s' is an unknown key\n", key );
|
fprintf( stderr, "Key '%s' is an unknown key\n", key );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user