diff options
Diffstat (limited to '')
| -rw-r--r-- | src/2geom/sweep.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/2geom/sweep.cpp b/src/2geom/sweep.cpp index b9ef71b5c..f19fd9be9 100644 --- a/src/2geom/sweep.cpp +++ b/src/2geom/sweep.cpp @@ -103,3 +103,14 @@ std::vector<std::vector<unsigned> > fake_cull(unsigned a, unsigned b) { } } + +/* + 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 :
\ No newline at end of file |
