aboutsummaryrefslogtreecommitdiffstats
path: root/libgsm0710mux
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-06-07 17:19:43 +0200
committerAntonio Ospite <ospite@studenti.unina.it>2010-06-09 12:40:49 +0200
commitd9be6491670bddf32393d68986da2cbfab31b457 (patch)
treed3424c77421af8f17e86ed5572ac7ab72e1a142e /libgsm0710mux
parent36428dda0632cf2666f009185d538d501d42971b (diff)
downloadcornucopia-d9be6491670bddf32393d68986da2cbfab31b457.tar.gz
cornucopia-d9be6491670bddf32393d68986da2cbfab31b457.tar.bz2
cornucopia-d9be6491670bddf32393d68986da2cbfab31b457.zip
Cosmetics: remove trailing spaces
Changes are purely cosmetics, I generated them with this command: find . -type f ! \( -path '*/.git/*' -or -name COPYING \) | \ xargs sed -e 's/[[:blank:]]*$//g' -i I had to take care to not mangle .git objects; this works also because there are no binary files in the repository, if there were any, then some other attentions should have been taken into account. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Diffstat (limited to 'libgsm0710mux')
-rw-r--r--libgsm0710mux/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgsm0710mux/configure.ac b/libgsm0710mux/configure.ac
index cf11746d..2368e5bd 100644
--- a/libgsm0710mux/configure.ac
+++ b/libgsm0710mux/configure.ac
@@ -40,7 +40,7 @@ AC_SUBST(DEPS_LIBS)
# check for debugging
AC_ARG_ENABLE(debug,
[ --enable-debug Enable debug build (default=disabled)],
- [debug=$enableval],
+ [debug=$enableval],
[debug="no"])
AM_CONDITIONAL( [WANT_DEBUG], [test x"$debug" = x"yes"])