Module Name:    src
Committed By:   riastradh
Date:           Wed Sep  2 18:09:04 UTC 2020

Modified Files:
        src/external/historical/nawk/dist: run.c

Log Message:
Nix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/historical/nawk/dist/run.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/historical/nawk/dist/run.c
diff -u src/external/historical/nawk/dist/run.c:1.13 src/external/historical/nawk/dist/run.c:1.14
--- src/external/historical/nawk/dist/run.c:1.13	Mon Aug 31 23:37:55 2020
+++ src/external/historical/nawk/dist/run.c	Wed Sep  2 18:09:04 2020
@@ -1916,7 +1916,7 @@ const char *filename(FILE *fp)
  	Cell *x;
 	size_t i;
 	bool stat;
- 
+
  	x = execute(a[0]);
  	getsval(x);
 	stat = true;
@@ -2194,7 +2194,7 @@ Cell *gensub(Node **a, int nnn)	/* globa
 				FATAL("gensub doesn't support backreferences (subst \"%s\")", rptr);
 			}
 		}
-		
+
 		do {
 			if (whichm >= 0 && whichm != num) {
 				num++;

Reply via email to