summaryrefslogtreecommitdiffstats
path: root/src/layer-fns.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-15 19:04:29 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-15 19:04:29 +0000
commit7b0114087822b9f011d740f1279d1d9ed983a88c (patch)
tree159bd147d5a3b2daa65b327dd3f5d0b2e764eeb9 /src/layer-fns.cpp
parentfix 1432089: stroke is not drawn not only when it's not set but also when it'... (diff)
downloadinkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.tar.gz
inkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.zip
bulk trailing spaces removal. consistency through MD5 of binary
(bzr r149)
Diffstat (limited to 'src/layer-fns.cpp')
-rw-r--r--src/layer-fns.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/layer-fns.cpp b/src/layer-fns.cpp
index fadcd0f1e..c143336cc 100644
--- a/src/layer-fns.cpp
+++ b/src/layer-fns.cpp
@@ -20,9 +20,9 @@
namespace Inkscape {
-/**
+/**
* Creates a new layer. Advances to the next layer id indicated
- * by the string "layerNN", then creates a new group object of
+ * by the string "layerNN", then creates a new group object of
* that id with attribute inkscape:groupmode='layer', and finally
* appends the new group object to \a root after object \a layer.
*
@@ -167,7 +167,7 @@ SPObject *previous_layer(SPObject *root, SPObject *layer) {
} else {
return last_elder_layer(root, SP_OBJECT_PARENT(layer));
}
- }
+ }
return NULL;
}