diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-01 12:01:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-01 12:01:24 +0000 |
| commit | 6d1c4110b6b2d8ab521a1a004f5fc959948dfb04 (patch) | |
| tree | 1c00c98976a7b4146857fe070157ebcf19565647 /scripts | |
| parent | d0c90fcc6019e5fe97c0ef048fa07e4b34e2497c (diff) | |
indent right
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/historyplacement.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/historyplacement.py b/scripts/historyplacement.py index b39043cc..9bee5a6b 100644 --- a/scripts/historyplacement.py +++ b/scripts/historyplacement.py @@ -104,8 +104,8 @@ def _find(screen, state): def place(data): global _data if data.client: - if not (windowplacement.ignore_requested_positions and - data.client.normal()): + if not (windowplacement.ignore_requested_positions and + data.client.normal()): if data.client.positionRequested(): return state = _create_state(data) try: |
