summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-05-20 12:03:30 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-05-20 12:03:30 +0000
commit8a9a0c98acb9dd51c65e1cd000be4e87808c60b1 (patch)
tree7dfb31af4928182b63a5292a4298c02db0fa3106 /src
parentRefactoring begining (diff)
downloadinkscape-8a9a0c98acb9dd51c65e1cd000be4e87808c60b1.tar.gz
inkscape-8a9a0c98acb9dd51c65e1cd000be4e87808c60b1.zip
noop: some more cosmetics in lpe-skeleton.(h|cpp)
(bzr r5718)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-skeleton.cpp6
-rw-r--r--src/live_effects/lpe-skeleton.h11
2 files changed, 14 insertions, 3 deletions
diff --git a/src/live_effects/lpe-skeleton.cpp b/src/live_effects/lpe-skeleton.cpp
index e5a37d6a7..dede71cdd 100644
--- a/src/live_effects/lpe-skeleton.cpp
+++ b/src/live_effects/lpe-skeleton.cpp
@@ -13,8 +13,8 @@
/*
* Authors:
* Johan Engelen
-*
-* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
+ *
+ * Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
@@ -44,7 +44,7 @@ LPESkeleton::~LPESkeleton()
/* ########################
* Choose to implement one of the doEffect functions. You can delete or comment out the others.
-*/
+ */
/*
void
diff --git a/src/live_effects/lpe-skeleton.h b/src/live_effects/lpe-skeleton.h
index 647f50c89..c8b315773 100644
--- a/src/live_effects/lpe-skeleton.h
+++ b/src/live_effects/lpe-skeleton.h
@@ -44,3 +44,14 @@ private:
} //namespace Inkscape
#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 :