2008-10-30 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 30 Oct 2008 13:39:36 +0000 (13:39 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 30 Oct 2008 13:39:36 +0000 (13:39 +0000)
* src/Makefile.am:
* tests/Makefile.am:

Remove spurious whitespaces.

ChangeLog
src/Makefile.am
tests/Makefile.am

index 037a39e..fc7569c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
 
+       * src/Makefile.am:
+       * tests/Makefile.am:
+
+       Remove spurious whitespaces.
+
+2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
+
        * src/hildon-code-dialog.c: (hildon_code_dialog_init): Fix a
        compilation warning after the cancel button removal.
 
index a464f3e..722f932 100644 (file)
@@ -18,7 +18,7 @@ libhildon_@API_VERSION_MAJOR@_la_LIBADD = \
                $(GTK_LIBS)                     \
                $(GCONF_LIBS)                   \
                $(CANBERRA_LIBS)                \
-               @HILDON_LT_LDFLAGS@ 
+               @HILDON_LT_LDFLAGS@
 
 libhildon_@API_VERSION_MAJOR@_la_CFLAGS        = \
                $(GTK_CFLAGS)                   \
@@ -207,7 +207,7 @@ hildon-enum-types.c: @REBUILD@ $(libhildon_$(API_VERSION_MAJOR)_public_headers)
        --fhead "#undef HILDON_DISABLE_DEPRECATED\n"               \
        --fhead "#include \"hildon.h\"\n"                       \
        --fhead "#include <glib-object.h>"                      \
-       --fprod "\n/* enumerations from \"@filename@\" */"      \
+       --fprod "\n/* enumerations from \"@filename@\" */"      \
        --vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {"     \
        --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
        --vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n" \
index a640162..4ae618b 100644 (file)
@@ -1,6 +1,6 @@
 MAINTAINERCLEANFILES                                   = Makefile.in
 
-if BUILD_TESTS 
+if BUILD_TESTS
 
 noinst_PROGRAMS                                = check_test
 
@@ -42,6 +42,6 @@ endif
 
 check_test_LDADD                       = $(HILDON_OBJ_LIBS)
 check_test_LDFLAGS                     = -module -avoid-version
-check_test_CFLAGS                      = $(HILDON_OBJ_CFLAGS) 
+check_test_CFLAGS                      = $(HILDON_OBJ_CFLAGS)
 
 endif