[hipl-commit] [trunk] Rev 4400: whitespace cosmetics

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 22 Apr 2010 12:25:37 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 22/04/2010 at 12:25:37
Revision: 4400
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  whitespace cosmetics

Modified:
  M  agent/lang_english.h
  M  agent/lang_finnish.h

=== modified file 'agent/lang_english.h'
--- agent/lang_english.h        2010-02-17 17:38:08 +0000
+++ agent/lang_english.h        2010-04-22 09:25:28 +0000
@@ -13,8 +13,7 @@
 #include <stdio.h>
 
 /* LANGUAGE TABLE */
-char *lang_english[] =
-{
+char *lang_english[] = {
     /* Set language prefix. */
     "en",
     /* Set language description. */
@@ -168,5 +167,4 @@
     NULL
 };
 
-
 #endif /* HIP_AGENT_LANG_ENGLISH_H */

=== modified file 'agent/lang_finnish.h'
--- agent/lang_finnish.h        2010-02-17 17:38:08 +0000
+++ agent/lang_finnish.h        2010-04-22 09:25:28 +0000
@@ -13,8 +13,7 @@
 #include <stdio.h>
 
 /* LANGUAGE TABLE */
-char *lang_finnish[] =
-{
+char *lang_finnish[] = {
     /* Set language prefix. */
     "fi",
     /* Set language description. */
@@ -168,5 +167,4 @@
     NULL
 };
 
-
 #endif /* HIP_AGENT_LANG_FINNISH_H */

Other related posts:

  • » [hipl-commit] [trunk] Rev 4400: whitespace cosmetics - Diego Biurrun