minor indent

This commit is contained in:
fluxgen 2003-08-15 13:50:42 +00:00
parent 9d69d8b94e
commit 4eb59bdb8d

View file

@ -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);
} }
} }