diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:19:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:19:59 -0700 |
commit | ca7b0066fe6f315d2499338cd133e5b1e9d11236 (patch) | |
tree | 4d7686bc7114f4c0e46be9952d2d7c263105ac76 /src/Makefile.am | |
parent | 54926675a9bbb732d3317316db4958e22922ea3f (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 544230f..672e08a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,5 +16,5 @@ INCLUDES = -I$(top_srcdir)/include/X11/extensions libXfixes_la_LDFLAGS = -version-number 3:1:0 -no-undefined libXfixesincludedir = $(includedir)/X11/extensions -libXfixesinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xfixes.h +libXfixesinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xfixes.h |