Fix some coding standard errors

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-09-23 05:52:36 +00:00
parent a3ef325e5e
commit 156d1d22dd

View file

@ -2426,9 +2426,9 @@ resetCursorRectsForView(NSView *theView)
return;
}
if(character == NSEnterCharacter ||
character == NSFormFeedCharacter ||
character == NSCarriageReturnCharacter)
if (character == NSEnterCharacter
|| character == NSFormFeedCharacter
|| character == NSCarriageReturnCharacter)
{
if (_defaultButtonCell && _f.default_button_cell_key_disabled == NO)
{