From 4311b15005aeeb098db78e2585752a9a5b5b055c Mon Sep 17 00:00:00 2001 From: uncrustify Date: Thu, 16 Aug 2012 17:50:03 -0700 Subject: [PATCH] uncrustify ArduCopter/UserVariables.h --- ArduCopter/UserVariables.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ArduCopter/UserVariables.h b/ArduCopter/UserVariables.h index 8c38cba984..f9bec5343b 100644 --- a/ArduCopter/UserVariables.h +++ b/ArduCopter/UserVariables.h @@ -1,13 +1,14 @@ // agmatthews USERHOOKS // user defined variables -// example variables used in Wii camera testing - replace with your own variables +// example variables used in Wii camera testing - replace with your own +// variables #if WII_CAMERA == 1 -WiiCamera ircam; -int WiiRange=0; -int WiiRotation=0; -int WiiDisplacementX=0; -int WiiDisplacementY=0; +WiiCamera ircam; +int WiiRange=0; +int WiiRotation=0; +int WiiDisplacementX=0; +int WiiDisplacementY=0; #endif