minor indent
This commit is contained in:
parent
9d69d8b94e
commit
4eb59bdb8d
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Slit.cc,v 1.77 2003/08/11 16:05:18 fluxgen Exp $
|
// $Id: Slit.cc,v 1.78 2003/08/15 13:50:42 fluxgen Exp $
|
||||||
|
|
||||||
#include "Slit.hh"
|
#include "Slit.hh"
|
||||||
|
|
||||||
|
@ -966,7 +966,7 @@ void Slit::handleEvent(XEvent &event) {
|
||||||
} else if (event.type == DestroyNotify) {
|
} else if (event.type == DestroyNotify) {
|
||||||
removeClient(event.xdestroywindow.window, false);
|
removeClient(event.xdestroywindow.window, false);
|
||||||
} else if (event.type == UnmapNotify) {
|
} else if (event.type == UnmapNotify) {
|
||||||
removeClient(event.xunmap.window);
|
removeClient(event.xunmap.window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue