From: Markus Teich Date: Sat, 7 Jan 2017 16:21:28 +0000 (+0100) Subject: cleanup X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=2952b68db88f38be8d34b80c7a7d2c7eb5b2484d;hp=2952b68db88f38be8d34b80c7a7d2c7eb5b2484d;p=dwm.git cleanup - unify multi-line expression alignment style. - unify multi-line function call alignment style. - simplify client moving on monitor count decrease. - clarify comment for focusin(). - remove old confusing comment about input focus fix in focusmon(). The explanation is already in the old commit message, so no need to keep it in the code. - remove old comment describing even older state of the code in focus(). - unify comment style. - break up some long lines. - fix some typos and grammar. ---