From 641776655394ed802a247daffd04012e73c52062 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 23 Jul 2002 05:35:40 +0000 Subject: [PATCH] indenting --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index b13002d6..6126bdc5 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -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 grabbing another window, so made sure you do it first. - */ + */ int dest_x; if (x_root <= 0) { dest_x = screen->getRect().right() - 1; -- 2.45.2