From 9ccb38260df6fb12a391193a134a76bc348e6141 Mon Sep 17 00:00:00 2001 From: uncrustify Date: Thu, 16 Aug 2012 23:20:14 -0700 Subject: [PATCH] uncrustify libraries/AP_Math/polygon.h --- libraries/AP_Math/polygon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_Math/polygon.h b/libraries/AP_Math/polygon.h index ae36ee3a63..3a96fce832 100644 --- a/libraries/AP_Math/polygon.h +++ b/libraries/AP_Math/polygon.h @@ -17,6 +17,6 @@ * with this program. If not, see . */ -bool Polygon_outside(const Vector2l &P, const Vector2l *V, unsigned n); -bool Polygon_complete(const Vector2l *V, unsigned n); +bool Polygon_outside(const Vector2l &P, const Vector2l *V, unsigned n); +bool Polygon_complete(const Vector2l *V, unsigned n);