From: pjrm Date: Sat, 19 Apr 2008 01:01:14 +0000 (+0000) Subject: noop: address ‘no newline at end of file’ warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eab37735328e9ee5fc06fc62bb18e931e2eceb8f;p=inkscape.git noop: address ‘no newline at end of file’ warning --- 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 :