wmaker: Consistent whitespace in WindowMaker.h.
commit4546065276b141ab856a513ffe7e3eea77ac7f42
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Fri, 26 Sep 2014 01:27:35 +0000 (25 20:27 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 2 Nov 2014 11:50:04 +0000 (2 12:50 +0100)
tree14e92f0a90783e747c7e6013f4d311fa64b00f46
parent47ec274760cff6b331c02d6e46fa924a8d536fc8
wmaker: Consistent whitespace in WindowMaker.h.

Previously, the whitespace in WindowMaker was inconsistent, with some
indentation using spaces and some using tabs, and a mixture of tabs and spaces
used to align comments at the ends of lines.  As a result, patches that touched
this file would often result in warnings from checkpatch.pl.

This patch fixes this so that indentation uses tabs and all other alignment uses
spaces.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
src/WindowMaker.h