about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--xe.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xe.c b/xe.c
index 19c1a26..88c7544 100644
--- a/xe.c
+++ b/xe.c
@@ -409,10 +409,10 @@ perc_subst(char *pat, char *base, char *arg)
 
 		    (int)(t - arg),
 		    arg,
-				    
+
 		    (int)(strlen(base) - (pat + strlen(pat) - (s + 1))),
 		    base + (s - pat),
-				    
+
 		    (int)(arg + strlen(arg) - t),
 		    t+1);
 	else
@@ -422,12 +422,12 @@ perc_subst(char *pat, char *base, char *arg)
 
 		    (int)(t - arg),
 		    arg,
-			    
+
 		    base,
-  
+
 		    (int)(arg + strlen(arg) - t),
 		    t+1);
-	
+
 	if (l >= sizeof buf) {
 		fprintf(stderr, "xe: result of percent subsitution too long\n");
 		exit(1);