# HG changeset patch # User ib # Date 1358950224 0 # Node ID 1bdc6cea0722b11ba2a84fc30637a4726acc37d7 # Parent f1a696672425adaeb3edf90a1379ed60622bbecf Cosmetic: Adjust indent. diff -r f1a696672425 -r 1bdc6cea0722 gui/wm/ws.c --- a/gui/wm/ws.c Wed Jan 23 14:08:58 2013 +0000 +++ b/gui/wm/ws.c Wed Jan 23 14:10:24 2013 +0000 @@ -827,13 +827,13 @@ win->AtomsProtocols[2] = win->AtomRolle; /* --- */ - win->WindowAttrib.border_pixel = WhitePixel(wsDisplay, wsScreen); - win->WindowAttrib.colormap = XCreateColormap(wsDisplay, wsRootWin, win->VisualInfo.visual, AllocNone); - win->WindowAttrib.event_mask = StructureNotifyMask | FocusChangeMask | - ExposureMask | PropertyChangeMask | - EnterWindowMask | LeaveWindowMask | - VisibilityChangeMask | - KeyPressMask | KeyReleaseMask; + win->WindowAttrib.border_pixel = WhitePixel(wsDisplay, wsScreen); + win->WindowAttrib.colormap = XCreateColormap(wsDisplay, wsRootWin, win->VisualInfo.visual, AllocNone); + win->WindowAttrib.event_mask = StructureNotifyMask | FocusChangeMask | + ExposureMask | PropertyChangeMask | + EnterWindowMask | LeaveWindowMask | + VisibilityChangeMask | + KeyPressMask | KeyReleaseMask; if ((c & wsHandleMouseButton)) win->WindowAttrib.event_mask |= ButtonPressMask | ButtonReleaseMask;