This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 75851e6234cc1c67c2c0bf730ef434ebf43227fe (commit) from 9d337186e86fbed784c7a616d9a41c969c079e61 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/75851e6234cc1c67c2c0bf730ef434ebf4322...
commit 75851e6234cc1c67c2c0bf730ef434ebf43227fe Author: Cyril Hrubis metan@ucw.cz Date: Wed Nov 21 23:43:54 2012 +0100
gfx: Fix "no newline at the end of file" warnings.
diff --git a/include/gfx/GP_AngleUtils.h b/include/gfx/GP_AngleUtils.h index f896b37..6d8bd67 100644 --- a/include/gfx/GP_AngleUtils.h +++ b/include/gfx/GP_AngleUtils.h @@ -27,4 +27,4 @@ double GP_NormalizeAngle(double phi); int GP_AngleInRange(double angle, double start, double end);
-#endif No newline at end of file +#endif diff --git a/libs/gfx/GP_AngleUtils.c b/libs/gfx/GP_AngleUtils.c index f1c279b..67911b4 100644 --- a/libs/gfx/GP_AngleUtils.c +++ b/libs/gfx/GP_AngleUtils.c @@ -46,4 +46,4 @@ int GP_AngleInRange(double angle, double start, double end) return (angle >= start && angle <= 2*M_PI) || (angle >= 0 && angle <= end); } -} No newline at end of file +}
-----------------------------------------------------------------------
Summary of changes: include/gfx/GP_AngleUtils.h | 2 +- libs/gfx/GP_AngleUtils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.