From 2d45c763af4d6ea118c92dd25f8b0250e3467ad5 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 27 Dec 2018 16:22:32 -0500 Subject: [PATCH] Fix whitespace change ignored by magit. --- tests/runtime/test-string-normalization.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.25.1