paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [6232] whitespace cleanup


From: Felix Ruess
Subject: [paparazzi-commits] [6232] whitespace cleanup
Date: Mon, 25 Oct 2010 14:58:31 +0000

Revision: 6232
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6232
Author:   flixr
Date:     2010-10-25 14:58:30 +0000 (Mon, 25 Oct 2010)
Log Message:
-----------
whitespace cleanup

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/radio_control/ppm.c
    paparazzi3/trunk/sw/airborne/radio_control/ppm.h
    paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.c
    paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.h
    paparazzi3/trunk/sw/airborne/radio_control.c
    paparazzi3/trunk/sw/airborne/radio_control.h

Modified: paparazzi3/trunk/sw/airborne/radio_control/ppm.c
===================================================================
--- paparazzi3/trunk/sw/airborne/radio_control/ppm.c    2010-10-25 14:45:07 UTC 
(rev 6231)
+++ paparazzi3/trunk/sw/airborne/radio_control/ppm.c    2010-10-25 14:58:30 UTC 
(rev 6232)
@@ -1,6 +1,6 @@
 /*
  * $Id$
- *  
+ *
  * Copyright (C) 2010 The Paparazzi Team
  *
  * This file is part of paparazzi.
@@ -18,7 +18,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.
  */
 
 #include "radio_control.h"
@@ -31,4 +31,3 @@
   ppm_frame_available = FALSE;
   ppm_arch_init();
 }
-

Modified: paparazzi3/trunk/sw/airborne/radio_control/ppm.h
===================================================================
--- paparazzi3/trunk/sw/airborne/radio_control/ppm.h    2010-10-25 14:45:07 UTC 
(rev 6231)
+++ paparazzi3/trunk/sw/airborne/radio_control/ppm.h    2010-10-25 14:58:30 UTC 
(rev 6232)
@@ -1,6 +1,6 @@
 /*
  * $Id$
- *  
+ *
  * Copyright (C) 2010 The Paparazzi Team
  *
  * This file is part of paparazzi.
@@ -18,7 +18,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.
  */
 
 #ifndef RC_PPM_H
@@ -26,19 +26,19 @@
 
 #include "std.h"
 
-/** 
- * Architecture dependant code 
+/**
+ * Architecture dependant code
  */
 #include "radio_control/ppm_arch.h"
 /* must be implemented by arch dependant code */
 extern void ppm_arch_init(void);
 
 /**
- * Generated code holding the description of a given 
- * transmitter  
+ * Generated code holding the description of a given
+ * transmitter
  */
-#include "radio.h" 
-                                     
+#include "radio.h"
+
 /**
  * Define number of channels
  * Using generated code radio.h
@@ -120,4 +120,3 @@
 }
 
 #endif /* RC_PPM_H */
-

Modified: paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.c
===================================================================
--- paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.c    2010-10-25 
14:45:07 UTC (rev 6231)
+++ paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.c    2010-10-25 
14:58:30 UTC (rev 6232)
@@ -1,6 +1,6 @@
 /*
  * $Id$
- *  
+ *
  * Copyright (C) 2010 The Paparazzi Team
  *
  * This file is part of paparazzi.
@@ -18,7 +18,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.
  */
 
 #include "radio_control/rc_datalink.h"
@@ -47,5 +47,3 @@
 
   rc_dl_frame_available = TRUE;
 }
-
-

Modified: paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.h
===================================================================
--- paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.h    2010-10-25 
14:45:07 UTC (rev 6231)
+++ paparazzi3/trunk/sw/airborne/radio_control/rc_datalink.h    2010-10-25 
14:58:30 UTC (rev 6232)
@@ -1,6 +1,6 @@
 /*
  * $Id$
- *  
+ *
  * Copyright (C) 2010 The Paparazzi Team
  *
  * This file is part of paparazzi.
@@ -18,7 +18,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.
  */
 
 #ifndef RC_DATALINK_H

Modified: paparazzi3/trunk/sw/airborne/radio_control.c
===================================================================
--- paparazzi3/trunk/sw/airborne/radio_control.c        2010-10-25 14:45:07 UTC 
(rev 6231)
+++ paparazzi3/trunk/sw/airborne/radio_control.c        2010-10-25 14:58:30 UTC 
(rev 6232)
@@ -1,6 +1,6 @@
 /*
  * Paparazzi $Id$
- *  
+ *
  * Copyright (C) 2006 Pascal Brisset, Antoine Drouin
  *
  * This file is part of paparazzi.
@@ -18,11 +18,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 "radio_control.h"
 
 struct RadioControl radio_control;
-

Modified: paparazzi3/trunk/sw/airborne/radio_control.h
===================================================================
--- paparazzi3/trunk/sw/airborne/radio_control.h        2010-10-25 14:45:07 UTC 
(rev 6231)
+++ paparazzi3/trunk/sw/airborne/radio_control.h        2010-10-25 14:58:30 UTC 
(rev 6232)
@@ -1,6 +1,6 @@
 /*
  * Paparazzi $Id$
- *  
+ *
  * Copyright (C) 2006 Pascal Brisset, Antoine Drouin
  *
  * This file is part of paparazzi.
@@ -18,7 +18,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.
  *
  */
 
@@ -102,7 +102,7 @@
     LED_OFF(RADIO_CONTROL_LED);
   }
 #endif
- 
+
 }
 
 /********** EVENT ************************************************************/




reply via email to

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