From 6e272e78c148590660e3443caefce378800260c3 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 19 Feb 2007 20:48:09 +0000 Subject: Cleaned up DOS line ends that had snuck in. (bzr r2399) --- src/sp-filter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sp-filter.cpp') diff --git a/src/sp-filter.cpp b/src/sp-filter.cpp index c60ffb44f..729e13d4a 100644 --- a/src/sp-filter.cpp +++ b/src/sp-filter.cpp @@ -36,9 +36,9 @@ static void sp_filter_build(SPObject *object, SPDocument *document, Inkscape::XM static void sp_filter_release(SPObject *object); static void sp_filter_set(SPObject *object, unsigned int key, gchar const *value); static void sp_filter_update(SPObject *object, SPCtx *ctx, guint flags); -static void sp_filter_child_added(SPObject *object, - Inkscape::XML::Node *child, - Inkscape::XML::Node *ref); +static void sp_filter_child_added(SPObject *object, + Inkscape::XML::Node *child, + Inkscape::XML::Node *ref); static void sp_filter_remove_child(SPObject *object, Inkscape::XML::Node *child); static Inkscape::XML::Node *sp_filter_write(SPObject *object, Inkscape::XML::Node *repr, guint flags); @@ -81,7 +81,7 @@ sp_filter_class_init(SPFilterClass *klass) sp_object_class->write = sp_filter_write; sp_object_class->set = sp_filter_set; sp_object_class->update = sp_filter_update; - sp_object_class->child_added = sp_filter_child_added; + sp_object_class->child_added = sp_filter_child_added; sp_object_class->remove_child = sp_filter_remove_child; } -- cgit v1.2.3