[empathy] Remove trailing space



commit 6cad3e6d0d4123a7eaf8fbb8dc6cf1976854aaa4
Author: Xavier Claessens <xclaesse gmail com>
Date:   Thu Jun 11 19:47:46 2009 +0200

    Remove trailing space

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5fa9f21..c921c40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,7 @@ AC_ARG_ENABLE(webkit,
                              enable_webkit=auto)
 
 if test "x$enable_webkit" != "xno"; then
-   PKG_CHECK_MODULES(WEBKIT, 
+   PKG_CHECK_MODULES(WEBKIT,
    [
       webkit-1.0 >= $WEBKIT_REQUIRED
    ], have_webkit="yes", have_webkit="no")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]