mirror of
https://github.com/bspeice/libcvautomation
synced 2025-06-30 21:37:00 -04:00
Fixed coding standard
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user