Code

Remove warnings
[inkscape.git] / src / 2geom / sbasis-to-bezier.h
index 2c49464f60325b9c342445591c18585bf31ac0cf..b515ebf8bea141cbc4128a1e6950ee2e621cac0c 100644 (file)
@@ -22,3 +22,14 @@ Path path_from_sbasis(D2<SBasis> const &B, double tol);
 
 };
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :