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:
nico 2002-02-23 10:38:35 +00:00
parent 38931d5dbb
commit 544720e3bc

View file

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