summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:42:00 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:42:00 +0000
commitf2bd979937ee0c34b59491cad1e2e543bea25f75 (patch)
tree73428a9970c73acab060bd77b5419199796ebd4d /src
parentc75f8e2fd2af2f26c940501bf0de255a2334ddac (diff)
downloadlibcss-f2bd979937ee0c34b59491cad1e2e543bea25f75.tar.gz
libcss-f2bd979937ee0c34b59491cad1e2e543bea25f75.tar.bz2
Pedantic linewrapping
svn path=/trunk/libcss/; revision=7575
Diffstat (limited to 'src')
-rw-r--r--src/parse/properties/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile
index 7d36f54..de19651 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -1,4 +1,6 @@
# Sources
-DIR_SOURCES := aural.c background.c border_outline.c display_sizing.c effects_stacking.c font.c generated_list.c margin.c padding.c page.c positioning.c properties.c table.c text.c ui.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c display_sizing.c \
+ effects_stacking.c font.c generated_list.c margin.c padding.c \
+ page.c positioning.c properties.c table.c text.c ui.c utils.c
include build/makefiles/Makefile.subdir