summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 42cbda3)
raw | patch | inline | side by side (parent: 42cbda3)
author | cilix42 <cilix42@users.sourceforge.net> | |
Tue, 20 May 2008 12:03:30 +0000 (12:03 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Tue, 20 May 2008 12:03:30 +0000 (12:03 +0000) |
src/live_effects/lpe-skeleton.cpp | patch | blob | history | |
src/live_effects/lpe-skeleton.h | patch | blob | history |
index e5a37d6a74d3aad8fd125521277a753b90131ab3..dede71cddcfd27af0f6a1bf57da5a8822cd661fc 100644 (file)
/*
* 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
*/
/* ########################
* Choose to implement one of the doEffect functions. You can delete or comment out the others.
-*/
+ */
/*
void
index 647f50c892cfebf5867b780c27c8e1e67443ca84..c8b3157735214f003020a8cd6ce9885b221d34c6 100644 (file)
} //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 :