Fixed coding standard

pull/6/head
richelbilderbeek 2013-07-25 12:47:28 +02:00
parent 85e57964a1
commit 2aaf750e31
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}