summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-23 05:35:40 +0000
committerDana Jansens <danakj@orodu.net>2002-07-23 05:35:40 +0000
commit641776655394ed802a247daffd04012e73c52062 (patch)
treebe3b338598b8da6654f5b3e277e34e83302e4d54 /src
parentc6699031a0a87adf727fcf8c91ccf0203568a72d (diff)
indenting
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
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;