paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [6031] whitespace cleanup


From: Felix Ruess
Subject: [paparazzi-commits] [6031] whitespace cleanup
Date: Wed, 29 Sep 2010 22:34:59 +0000

Revision: 6031
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6031
Author:   flixr
Date:     2010-09-29 22:34:59 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
whitespace cleanup

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/booz/booz2_commands.c
    paparazzi3/trunk/sw/airborne/booz/booz2_commands.h
    paparazzi3/trunk/sw/airborne/commands.c
    paparazzi3/trunk/sw/airborne/commands.h

Modified: paparazzi3/trunk/sw/airborne/booz/booz2_commands.c
===================================================================
--- paparazzi3/trunk/sw/airborne/booz/booz2_commands.c  2010-09-28 19:02:20 UTC 
(rev 6030)
+++ paparazzi3/trunk/sw/airborne/booz/booz2_commands.c  2010-09-29 22:34:59 UTC 
(rev 6031)
@@ -17,11 +17,10 @@
  * You should have received a copy of the GNU General Public License
  * along with paparazzi; see the file COPYING.  If not, write to
  * the Free Software Foundation, 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.  
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "booz2_commands.h"
 
 int32_t booz2_commands[COMMANDS_NB];
 const int32_t booz2_commands_failsafe[COMMANDS_NB] = COMMANDS_FAILSAFE;
-

Modified: paparazzi3/trunk/sw/airborne/booz/booz2_commands.h
===================================================================
--- paparazzi3/trunk/sw/airborne/booz/booz2_commands.h  2010-09-28 19:02:20 UTC 
(rev 6030)
+++ paparazzi3/trunk/sw/airborne/booz/booz2_commands.h  2010-09-29 22:34:59 UTC 
(rev 6031)
@@ -17,7 +17,7 @@
  * You should have received a copy of the GNU General Public License
  * along with paparazzi; see the file COPYING.  If not, write to
  * the Free Software Foundation, 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.  
+ * Boston, MA 02111-1307, USA.
  *
  */
 
@@ -38,4 +38,3 @@
   }
 
 #endif /* BOOZ2_COMMANDS_H */
-

Modified: paparazzi3/trunk/sw/airborne/commands.c
===================================================================
--- paparazzi3/trunk/sw/airborne/commands.c     2010-09-28 19:02:20 UTC (rev 
6030)
+++ paparazzi3/trunk/sw/airborne/commands.c     2010-09-29 22:34:59 UTC (rev 
6031)
@@ -17,7 +17,7 @@
  * You should have received a copy of the GNU General Public License
  * along with paparazzi; see the file COPYING.  If not, write to
  * the Free Software Foundation, 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.  
+ * Boston, MA 02111-1307, USA.
  *
  */
 

Modified: paparazzi3/trunk/sw/airborne/commands.h
===================================================================
--- paparazzi3/trunk/sw/airborne/commands.h     2010-09-28 19:02:20 UTC (rev 
6030)
+++ paparazzi3/trunk/sw/airborne/commands.h     2010-09-29 22:34:59 UTC (rev 
6031)
@@ -17,7 +17,7 @@
  * You should have received a copy of the GNU General Public License
  * along with paparazzi; see the file COPYING.  If not, write to
  * the Free Software Foundation, 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.  
+ * Boston, MA 02111-1307, USA.
  *
  */
 
@@ -35,7 +35,7 @@
 
 extern pprz_t commands[COMMANDS_NB];
 extern const pprz_t commands_failsafe[COMMANDS_NB];
-/** Storage of intermediate command values: these values come from 
+/** Storage of intermediate command values: these values come from
 the RC (MANUAL mode), from the autopilot (AUTO mode) or from control loops.
 They are asyncronisly used to set the servos */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]