diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:52:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:52:51 -0700 |
commit | 1cd2ab96550b6b7d3abf92f76fe112798af727a4 (patch) | |
tree | 5b01cfca47d272e9b978a8bbb090b6db41abd35a /configure.ac | |
parent | cfd6e22a3722514beefb39c73970715e2037b3ea (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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5873e48..ad1da81 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ PKG_CHECK_MODULES(XSCRNSAVER, x11 xext xextproto [scrnsaverproto >= 1.2]) # Allow checking code with lint, sparse, etc. XORG_WITH_LINT XORG_LINT_LIBRARY([Xss]) - + AC_CONFIG_FILES([Makefile src/Makefile man/Makefile |