about summary refs log tree commit diff
path: root/xe.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-09-24 19:47:24 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-09-24 19:47:24 +0200
commit3d50e222776f5468c129a639d3892c9521136e1b (patch)
tree16614dcc474c52f4bb264ed27c3c25cd9bf865c7 /xe.c
parent942288dfb98a1762220da96d6a4b899d0651c6f8 (diff)
downloadxe-3d50e222776f5468c129a639d3892c9521136e1b.tar.gz
xe-3d50e222776f5468c129a639d3892c9521136e1b.tar.xz
xe-3d50e222776f5468c129a639d3892c9521136e1b.zip
whitespace cleanup
Diffstat (limited to 'xe.c')
-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);