Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / xml / node-iterators.h
index 0868fb2ab8fd493cb458e62d7e4c78e3d53a43bf..389d70be0eb1191885c8b5592266cb789e5a63ef 100644 (file)
@@ -23,6 +23,7 @@ struct NodeSiblingIteratorStrategy {
         return ( node ? node->next() : NULL );
     }
 };
+
 struct NodeParentIteratorStrategy {
     static Node const *next(Node const *node) {
         return ( node ? node->parent() : NULL );
@@ -58,4 +59,4 @@ typedef Inkscape::Util::ForwardPointerIterator<Node const,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :