accel-parse: Clean up trailing whitespace

This commit is contained in:
Jasper St. Pierre 2014-04-07 11:24:23 -04:00
parent 545c3b6678
commit 4d4ecae2a1

View File

@ -336,7 +336,7 @@ meta_parse_accelerator (const char *accel,
{
if (!accel[0] || strcmp (accel, "disabled") == 0)
return TRUE;
return accelerator_parse (accel, keysym, keycode, mask);
}