diff parser-cfg.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 7a36d5941fd8
children 8fd1ec0984b9
line wrap: on
line diff
--- a/parser-cfg.c	Tue May 12 19:25:35 2009 +0000
+++ b/parser-cfg.c	Wed May 13 02:58:57 2009 +0000
@@ -67,7 +67,7 @@
 		ret = -1;
 		goto out;
 	} else
-	  
+
 	config->mode = M_CONFIG_FILE;
 
 	if ((line = malloc(MAX_LINE_LEN + 1)) == NULL) {
@@ -124,7 +124,7 @@
 			continue;
 		}
 		opt[opt_pos] = '\0';
-		
+
 		/* Profile declaration */
 		if(opt_pos > 2 && opt[0] == '[' && opt[opt_pos-1] == ']') {
 			opt[opt_pos-1] = '\0';
@@ -232,7 +232,7 @@
 			errors++;
 			continue;
 			/* break */
-		}	
+		}
 nextline:
 		;
 	}