[gnome-software] build: Fix automake warning about trailing whitespace after \



commit 54c2cb1ad6c630a801ec30c9ed2dc923fa650d49
Author: Colin Walters <walters verbum org>
Date:   Sun Nov 24 16:26:16 2013 -0500

    build: Fix automake warning about trailing whitespace after \
    
    Thanks to the new Continuous warning highlighting!
    
    http://build.gnome.org/continuous/buildmaster/builds/2013/11/24/31/build/warnings-gnome-software.txt

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 04764d0..3c77517 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -154,7 +154,7 @@ gnome_software_service_SOURCES =                    \
        gs-application.c                                \
        gs-application.h                                \
        gs-folders.c                                    \
-       gs-folders.h                                    \               
+       gs-folders.h                                    \
        gs-main.c
 
 gnome_software_LDADD =                                 \


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