[hipl-commit] [trunk] Rev 3958: cosmetics: K&R coding style

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 16 Mar 2010 17:03:52 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/03/2010 at 17:03:52
Revision: 3958
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  cosmetics: K&R coding style

Modified:
  M  hipd/accessor.h

=== modified file 'hipd/accessor.h'
--- hipd/accessor.h     2010-03-16 12:48:19 +0000
+++ hipd/accessor.h     2010-03-16 15:03:42 +0000
@@ -49,7 +49,7 @@
 int hip_get_opportunistic_tcp_status(void);
 
 #ifdef CONFIG_HIP_I3
-int hip_get_hi3_status( void );
+int hip_get_hi3_status(void);
 void hip_set_hi3_status(struct hip_common *msg);
 #endif /* CONFIG_HIP_I3 */

Other related posts:

  • » [hipl-commit] [trunk] Rev 3958: cosmetics: K&R coding style - Diego Biurrun