[libcroco] Some style fixes in Makefile.am



commit 5caf7b6c3fe442477c7eb413dd7018290b002aac
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Oct 31 09:43:04 2015 +0100

    Some style fixes in Makefile.am

 src/Makefile.am |  166 +++++++++++++++++++++++++++---------------------------
 1 files changed, 83 insertions(+), 83 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 54a4924..0eaaa14 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,90 +9,90 @@ endif
 #Headers files to be distributed
 crocoincdir = $(includedir)/$(PACKAGE)-$(LIBCROCO_MAJOR_VERSION).$(LIBCROCO_MINOR_VERSION)/libcroco
 crocoinc_HEADERS = \
-libcroco.h \
-cr-additional-sel.h \
-cr-attr-sel.h \
-cr-cascade.h \
-cr-declaration.h \
-cr-doc-handler.h \
-cr-enc-handler.h \
-cr-input.h \
-cr-num.h \
-cr-om-parser.h \
-cr-parser.h \
-cr-pseudo.h \
-cr-rgb.h \
-cr-selector.h \
-cr-simple-sel.h \
-cr-statement.h \
-cr-stylesheet.h \
-cr-term.h \
-cr-tknzr.h \
-cr-token.h \
-cr-utils.h \
-cr-fonts.h \
-cr-sel-eng.h \
-cr-style.h \
-cr-prop-list.h \
-cr-parsing-location.h \
-cr-string.h \
-libcroco-config.h \
-$(NULL)
+       libcroco.h \
+       cr-additional-sel.h \
+       cr-attr-sel.h \
+       cr-cascade.h \
+       cr-declaration.h \
+       cr-doc-handler.h \
+       cr-enc-handler.h \
+       cr-input.h \
+       cr-num.h \
+       cr-om-parser.h \
+       cr-parser.h \
+       cr-pseudo.h \
+       cr-rgb.h \
+       cr-selector.h \
+       cr-simple-sel.h \
+       cr-statement.h \
+       cr-stylesheet.h \
+       cr-term.h \
+       cr-tknzr.h \
+       cr-token.h \
+       cr-utils.h \
+       cr-fonts.h \
+       cr-sel-eng.h \
+       cr-style.h \
+       cr-prop-list.h \
+       cr-parsing-location.h \
+       cr-string.h \
+       libcroco-config.h \
+       $(NULL)
 
 libcroco_0_6_la_SOURCES = \
-cr-utils.c \
-cr-utils.h \
-cr-input.c \
-cr-input.h \
-cr-enc-handler.c \
-cr-enc-handler.h \
-cr-num.c \
-cr-num.h \
-cr-rgb.c \
-cr-rgb.h \
-cr-token.c \
-cr-token.h \
-cr-tknzr.c \
-cr-tknzr.h \
-cr-term.c \
-cr-term.h \
-cr-attr-sel.c \
-cr-attr-sel.h \
-cr-pseudo.c \
-cr-pseudo.h \
-cr-additional-sel.c \
-cr-additional-sel.h \
-cr-simple-sel.c \
-cr-simple-sel.h \
-cr-selector.c \
-cr-selector.h \
-cr-doc-handler.c \
-cr-doc-handler.h \
-cr-parser.c \
-cr-parser.h \
-cr-declaration.c \
-cr-declaration.h \
-cr-statement.c \
-cr-statement.h \
-cr-stylesheet.c \
-cr-stylesheet.h \
-cr-cascade.c \
-cr-cascade.h \
-cr-om-parser.c \
-cr-om-parser.h \
-cr-style.c \
-cr-style.h \
-cr-sel-eng.c \
-cr-sel-eng.h \
-cr-fonts.c \
-cr-fonts.h \
-cr-prop-list.c \
-cr-prop-list.h \
-cr-parsing-location.c \
-cr-parsing-location.h \
-cr-string.c \
-cr-string.h \
-$(NULL)
+       cr-utils.c \
+       cr-utils.h \
+       cr-input.c \
+       cr-input.h \
+       cr-enc-handler.c \
+       cr-enc-handler.h \
+       cr-num.c \
+       cr-num.h \
+       cr-rgb.c \
+       cr-rgb.h \
+       cr-token.c \
+       cr-token.h \
+       cr-tknzr.c \
+       cr-tknzr.h \
+       cr-term.c \
+       cr-term.h \
+       cr-attr-sel.c \
+       cr-attr-sel.h \
+       cr-pseudo.c \
+       cr-pseudo.h \
+       cr-additional-sel.c \
+       cr-additional-sel.h \
+       cr-simple-sel.c \
+       cr-simple-sel.h \
+       cr-selector.c \
+       cr-selector.h \
+       cr-doc-handler.c \
+       cr-doc-handler.h \
+       cr-parser.c \
+       cr-parser.h \
+       cr-declaration.c \
+       cr-declaration.h \
+       cr-statement.c \
+       cr-statement.h \
+       cr-stylesheet.c \
+       cr-stylesheet.h \
+       cr-cascade.c \
+       cr-cascade.h \
+       cr-om-parser.c \
+       cr-om-parser.h \
+       cr-style.c \
+       cr-style.h \
+       cr-sel-eng.c \
+       cr-sel-eng.h \
+       cr-fonts.c \
+       cr-fonts.h \
+       cr-prop-list.c \
+       cr-prop-list.h \
+       cr-parsing-location.c \
+       cr-parsing-location.h \
+       cr-string.c \
+       cr-string.h \
+       $(NULL)
 
 libcroco_0_6_la_CPPFLAGS = \
        -I$(top_srcdir) \
@@ -129,5 +129,5 @@ croco_HEADERS_EXCLUDES = dummy
 include $(top_srcdir)/build/Makefile.msvcproj
 
 dist-hook:     \
-       $(top_builddir)/build/win32/vs9/croco.vcproj    \
+       $(top_builddir)/build/win32/vs9/croco.vcproj \
        $(top_builddir)/build/win32/vs9/croco.headers


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