mirror of
https://github.com/bspeice/libcvautomation
synced 2025-06-30 13:26:23 -04:00
Fixed coding standard
This commit is contained in:
@ -504,8 +504,7 @@ void xte_clickKey ( Display *displayLocation, char *key )
|
||||
KeySym ks;
|
||||
|
||||
ks = XStringToKeysym( key );
|
||||
if ( ks == NoSymbol )
|
||||
{
|
||||
if ( ks == NoSymbol ) {
|
||||
fprintf( stderr, "Key '%s' is an unknown key\n", key );
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user