Indented some lines

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-23 10:38:35 +00:00
parent 6334dc04ef
commit 634d697e60

View file

@ -452,8 +452,8 @@
_keyEqWidth = neededKeyEquivalentWidth;
// Calculate the offsets and cache them.
_stateImageOffset = _imageAndTitleOffset = accumulatedOffset =
_horizontalEdgePad;
_stateImageOffset = _imageAndTitleOffset = accumulatedOffset
= _horizontalEdgePad;
accumulatedOffset += 2 * _horizontalEdgePad + neededImageAndTitleWidth;
_keyEqOffset = accumulatedOffset += _horizontalEdgePad;
@ -461,7 +461,9 @@
// Calculate frame size.
if (![_menu _ownedByPopUp])
_cellSize.width = accumulatedOffset + 3; // Add the border width
{
_cellSize.width = accumulatedOffset + 3; // Add the border width
}
if (_horizontal == NO)
{