From: Chris Hanson Date: Thu, 27 Dec 2018 21:22:32 +0000 (-0500) Subject: Fix whitespace change ignored by magit. X-Git-Tag: mit-scheme-pucked-10.1.9~3^2~48 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2d45c763af4d6ea118c92dd25f8b0250e3467ad5;p=mit-scheme.git Fix whitespace change ignored by magit. --- diff --git a/tests/runtime/test-string-normalization.scm b/tests/runtime/test-string-normalization.scm index 27b4f8606..703eac76d 100644 --- a/tests/runtime/test-string-normalization.scm +++ b/tests/runtime/test-string-normalization.scm @@ -34,7 +34,7 @@ USA. (read-file (merge-pathnames "test-string-normalization-data" (directory-pathname (current-load-pathname)))))) - + (define (norm-tc-source tc) (car tc)) (define (norm-tc-nfc tc) (cadr tc)) (define (norm-tc-nfd tc) (caddr tc))