From 2784c121d5a3c9d8e7831c883edac3b6857bc198 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 12 Sep 2018 17:52:08 +0530 Subject: Untabify and re-indent all sources. * build-aux/test-driver.scm, email/base64.scm, email/email.scm, email/quoted-printable.scm, email/utils.scm, tests/quoted-printable.scm: Untabify and re-indent. --- tests/quoted-printable.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/quoted-printable.scm') diff --git a/tests/quoted-printable.scm b/tests/quoted-printable.scm index cc1b957..a0f0369 100755 --- a/tests/quoted-printable.scm +++ b/tests/quoted-printable.scm @@ -18,9 +18,9 @@ ;;; . (use-modules (email quoted-printable) - (ice-9 iconv) - (srfi srfi-1) - (srfi srfi-64)) + (ice-9 iconv) + (srfi srfi-1) + (srfi srfi-64)) (test-begin "quoted-printable") @@ -44,10 +44,10 @@ abriquent pour te la vendre une =C3=A2me vulgaire.") (test-assert "quoted-printable wikipedia example: encoded output should not be more than 76 columns wide" (every (lambda (line) - (<= (string-length line) 76)) - (string-split (quoted-printable-encode - (string->bytevector decoded-text charset)) - #\newline)))) + (<= (string-length line) 76)) + (string-split (quoted-printable-encode + (string->bytevector decoded-text charset)) + #\newline)))) (test-equal "q-encoding wikipedia example" (bytevector->string -- cgit v1.2.3