[hipl-commit] [trunk] Rev 4720: update: fix keyword ordering in variable declaration.

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 8 Jun 2010 23:16:23 +0300

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: 08/06/2010 at 23:16:23
Revision: 4720
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  update: fix keyword ordering in variable declaration.

Modified:
  M  modules/update/hipd/update.c

=== modified file 'modules/update/hipd/update.c'
--- modules/update/hipd/update.c        2010-06-02 07:30:33 +0000
+++ modules/update/hipd/update.c        2010-06-08 20:16:03 +0000
@@ -57,7 +57,7 @@
     uint32_t                     update_id_in;
 };
 
-const static int update_id_window_size = 50;
+static const int update_id_window_size = 50;
 
 /**
  * build locators in an UPDATE message

Other related posts:

  • » [hipl-commit] [trunk] Rev 4720: update: fix keyword ordering in variable declaration. - Mircea Gherzan