summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-04-19 01:01:14 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-04-19 01:01:14 +0000
commit6662a3853852046c48282762f9c42e85b4e3968c (patch)
tree9cff7e4e25aced1752222393c1e31bd2928416d7 /src
parentYet another md5 fix for 32/64. This time it works on ppc64/gcc (diff)
downloadinkscape-6662a3853852046c48282762f9c42e85b4e3968c.tar.gz
inkscape-6662a3853852046c48282762f9c42e85b4e3968c.zip
noop: address ‘no newline at end of file’ warning
(bzr r5475)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/2geom/utils.h b/src/2geom/utils.h
index ce69c004f..f12801e04 100644
--- a/src/2geom/utils.h
+++ b/src/2geom/utils.h
@@ -78,7 +78,7 @@ inline double decimal_round(double const x, int const places) {
}
-#endif
+#endif /* !LIB2GEOM_UTILS_HEADER */
/*
Local Variables:
@@ -89,4 +89,4 @@ inline double decimal_round(double const x, int const places) {
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
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :