XmPrivate.h: Avoid whitespace problems (IMPROVED)
authorMarcin Cieslak <saper@saper.info>
Sat, 29 Sep 2012 20:23:33 +0000 (22:23 +0200)
committerJon Trulson <jon@radscan.com>
Sun, 30 Sep 2012 02:28:43 +0000 (20:28 -0600)
commit3eaeffaf7e4c3992b43150e72599af90ba9cc772
tree517a40e28a72f2a148ff191380b5e6c7f96808b6
parent71962e580d7ace7956a0264b7410f1b243432d24
XmPrivate.h: Avoid whitespace problems (IMPROVED)

When applying a patch, "git am" strips
trailing whitespace, although they are
present in the git formatted-patch.

This way the committed file will be
slightly different than the file re-generated
by extractprototype.h

It shouldn't hurt, but next run of
extractprototype.h will add trailing spaces
again and the resulting diff on XmPrivate.h
will include more changes than actually
needed.

This may break some viscious circle after
applying the patch, so enabling regeneration
on LinuxArchitecture again.

This patch does not add XmeFlushIconFileCache()
needed by dtcreate.
cde/include/Xm/Imakefile
cde/include/Xm/XmPrivate.h
cde/include/Xm/extractprototype.awk