[hipl-commit] [trunk] Rev 3661: fixed still existing tabs and trailing whitespaces

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 17 Feb 2010 15:13:31 +0200

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: Wed Feb 17 14:13:13 2010 +0100
Revision: 3661
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  fixed still existing tabs and trailing whitespaces
  
  -------------till existing tabs and trailing whitespacesThis line and the 
following will be ignored --------------
  
  modified:
    agent/english-example.lang
    agent/hitdb.c
    agent/str_var.c

Modified:
  M  agent/english-example.lang
  M  agent/hitdb.c
  M  agent/str_var.c

=== modified file 'agent/english-example.lang'
--- agent/english-example.lang  2009-12-11 22:49:11 +0000
+++ agent/english-example.lang  2010-02-17 13:13:13 +0000
@@ -20,12 +20,12 @@
 menu-file=File
 menu-file-exit=Exit
 menu-file-runapp=Execute
-       
+
 menu-edit=Edit
 menu-edit-locals=Local HITs
 menu-edit-newgroup=Create new group
 menu-edit-addhit=Add new HIT
-       
+
 menu-help=Help
 menu-help-about=About
 
@@ -37,7 +37,7 @@
 tb-runapp-tooltip=Execute new application using HIP libraries
 tb-newhit=New HIT
 tb-newhit-tooltip=Add new HIT
-       
+
 # Tabs.
 tabs-hits=HITs
 tabs-options=Options
@@ -80,7 +80,7 @@
 ngdlg-err-reserved+Choose another one.
 ngdlg-err-invchar=Group name contains invalid characters!
 ngdlg-err-invchar+Rename.
-       
+
 # Tool window (HIT handling).
 tw-button-apply=Apply
 tw-button-cancel=Cancel
@@ -99,15 +99,15 @@
 tw-group-name=Name:
 tw-group-advanced=Advanced
 tw-group-local=Local HIT:
-       
+
 tw-hitgroup-type=Type:
 tw-hitgroup-lightweight=Encryption:
-       
+
 # Local HIT handling.
 lhdlg-button-apply=Apply
 lhdlg-button-cancel=Cancel
 lh-info=Local HIT information:
-lh-hit=        HIT:
+lh-hit=HIT:
 lh-name=Name:
 lhdlg-err-invalid=Invalid name for local HIT!
 lhdlg-err-exists=Local HIT name is already in use!
@@ -129,18 +129,18 @@
 newhit-error-nolocals=Can't add new remote HIT,
 newhit-error-nolocals+no local HITs defined.
 newhit-error-nolocals+Check HIP daemon.
-hits-group-emptyitem= <empty> 
+hits-group-emptyitem=<empty>
 ask-delete-hit=Are you sure you want to delete selected HIT?
 ask-delete-group=Are you sure you want to delete selected group?
 ask-apply-hit=Are you sure you want to apply the changes?
 ask-apply-hit-move=Are you sure you want move the hit?
 ask-apply-group=Are you sure you want to apply the changes?
-       
+
 group-type-accept=accept
 group-type-deny=deny
 group-type2-lightweight=lightweight
 group-type2-normal=normal
-       
+
 hits-number-of-used=Number of HITs in use
 default-group-name=ungrouped
 combo-newgroup=<create new...>

=== modified file 'agent/hitdb.c'
--- agent/hitdb.c       2010-02-11 17:21:17 +0000
+++ agent/hitdb.c       2010-02-17 13:13:13 +0000
@@ -313,16 +313,16 @@
 }
 
 /**
- *     hit_db_add - Adds new HIT to database.
+ * hit_db_add - Adds new HIT to database.
  *
- *     @param name 'Human' identifier for this item: it's name.
+ * @param name 'Human' identifier for this item: it's name.
  *      @param hit HIT of this item.
- *     @param url URL, which is connected to this item, can be NULL.
- *     @param port Port, which is connected to this item, can be 0 if not 
needed.
- *     @param group To which group the HIT is added.
- *     @param nolock Set to one if no database lock is needed.
+ * @param url URL, which is connected to this item, can be NULL.
+ * @param port Port, which is connected to this item, can be 0 if not needed.
+ * @param group To which group the HIT is added.
+ * @param nolock Set to one if no database lock is needed.
  *
- *     @return Pointer to new remote HIT on success, NULL on errors.
+ * @return Pointer to new remote HIT on success, NULL on errors.
  */
 HIT_Remote *hit_db_add(char *name, struct in6_addr *hit, char *url,
                        char *port, HIT_Group *group, int nolock)
@@ -648,7 +648,7 @@
  * @param lightweight 1 if lightweight group
  *
  * @return Returns pointer to new group or if group already existed, pointer
- *        to old one. Returns NULL on errors.
+ *         to old one. Returns NULL on errors.
  * @note The lightweight parameter is a place marker for Lightweight HIP not
  *       used at the moment, for now use zero.
  */

=== modified file 'agent/str_var.c'
--- agent/str_var.c     2010-02-11 17:21:17 +0000
+++ agent/str_var.c     2010-02-17 13:13:13 +0000
@@ -140,7 +140,7 @@
  * @param name Name of data string to get.
  *
  * @return Pointer to data string, or pointer to "" (empty string), if
- *        no such data exists.
+ *         no such data exists.
  */
 char *str_var_get(const char *name)
 {

Other related posts:

  • » [hipl-commit] [trunk] Rev 3661: fixed still existing tabs and trailing whitespaces - Rene Hummen