Code

noop: some more cosmetics in lpe-skeleton.(h|cpp)
authorcilix42 <cilix42@users.sourceforge.net>
Tue, 20 May 2008 12:03:30 +0000 (12:03 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Tue, 20 May 2008 12:03:30 +0000 (12:03 +0000)
src/live_effects/lpe-skeleton.cpp
src/live_effects/lpe-skeleton.h

index e5a37d6a74d3aad8fd125521277a753b90131ab3..dede71cddcfd27af0f6a1bf57da5a8822cd661fc 100644 (file)
@@ -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
index 647f50c892cfebf5867b780c27c8e1e67443ca84..c8b3157735214f003020a8cd6ce9885b221d34c6 100644 (file)
@@ -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 :