Reindented a couple of lines

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13521 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-21 14:21:05 +00:00
parent 93778349b2
commit 4a11916b34

View file

@ -1105,7 +1105,7 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number,
|| (style & NSMiniaturizableWindowMask))
{
*t = generic.parent_offset.y;
}
}
}
}
else if ((generic.wm & XGWM_WINDOWMAKER) != 0)
@ -1126,7 +1126,7 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number,
|| (style & NSMiniaturizableWindowMask))
{
*t = 22;
}
}
}
}
else if ((generic.wm & XGWM_EWMH) != 0)
@ -1147,7 +1147,7 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number,
|| (style & NSMiniaturizableWindowMask))
{
*t = 20;
}
}
}
}
else