summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathStroke.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2014-08-30 11:00:43 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2014-08-30 11:00:43 +0000
commit9066e62e9f0cb4972f3b7988004393e96e55e09d (patch)
tree2255c8526a6c1a2eb0c7d33d2b91eda1085519b2 /src/livarot/PathStroke.cpp
parentsvg-view-widget: Gtk+ 3 fixes (diff)
downloadinkscape-9066e62e9f0cb4972f3b7988004393e96e55e09d.tar.gz
inkscape-9066e62e9f0cb4972f3b7988004393e96e55e09d.zip
Fix modelines
(bzr r13341.1.183)
Diffstat (limited to 'src/livarot/PathStroke.cpp')
-rw-r--r--src/livarot/PathStroke.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/livarot/PathStroke.cpp b/src/livarot/PathStroke.cpp
index 50c335176..6ec7fa209 100644
--- a/src/livarot/PathStroke.cpp
+++ b/src/livarot/PathStroke.cpp
@@ -748,12 +748,12 @@ void Path::RecRound(Shape *dest, int sNo, int eNo, // start and end index
}
/*
- Local Variables:
-mode:c++
-c-file-style:"stroustrup"
-c-file-offsets:((innamespace . 0)(inline-open . 0))
-indent-tabs-mode:nil
-fill-column:99
-End:
- */
-// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
+ 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:fileencoding=utf-8:textwidth=99 :