indenting

This commit is contained in:
Dana Jansens 2002-07-23 05:35:40 +00:00
parent c6699031a0
commit 6417766553

View file

@ -2990,7 +2990,7 @@ void BlackboxWindow::doMove(int x_root, int y_root) {
/* /*
If the XWarpPointer is done after the configure, we can end up If the XWarpPointer is done after the configure, we can end up
grabbing another window, so made sure you do it first. grabbing another window, so made sure you do it first.
*/ */
int dest_x; int dest_x;
if (x_root <= 0) { if (x_root <= 0) {
dest_x = screen->getRect().right() - 1; dest_x = screen->getRect().right() - 1;