Code

Fixing scrollbar size for embeded color swatches.
[inkscape.git] / src / layer-fns.cpp
index fadcd0f1e319338e02c97b72640396b1343f853a..c143336cc26a273f622b884f3a2f5b6742774d41 100644 (file)
@@ -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;
 }