Oops, I committed this:

> @@ -80,7 +84,7 @@ test_digest_on_files (int (*streamfunc) (FILE *, void *),
>            {
>            case 0:         expected = expected_for_empty_file; break;
>            case 1: case 2: expected = expected_for_small_file; break;
> -          case 3:         expected = expected_for_large_file; break;
> +       case 3: case 4: expected = expected_for_large_file; break;
>            default: abort ();
>            }
>  

violating the gnulib policy of "use spaces for indentation", by mistake.

This patch fixes it, along with a few other occurrences that crept in since
2010-07-28.


2018-06-25  Bruno Haible  <br...@clisp.org>

        Continue to use spaces for indentation, not tabs.
        * MODULES.html.sh: Untabify.
        * doc/regex.texi: Likewise.
        * lib/acl-internal.c: Likewise.
        * lib/dfa.c: Likewise.
        * lib/exclude.c: Likewise.
        * lib/exclude.h: Likewise.
        * lib/get-permissions.c: Likewise.
        * lib/gettimeofday.c: Likewise.
        * lib/parse-datetime.y: Likewise.
        * lib/pselect.c: Likewise.
        * lib/set-permissions.c: Likewise.
        * lib/time.in.h: Likewise.
        * m4/canonicalize.m4: Likewise.
        * m4/gc.m4: Likewise.
        * m4/gnulib-common.m4: Likewise.
        * m4/pthread_sigmask.m4: Likewise.
        * m4/vararrays.m4: Likewise.
        * tests/test-digest.h: Likewise.
        * tests/test-fcntl-h.c: Likewise.
        * tests/test-timespec.c: Likewise.
        * tests/uniwbrk/test-uc-wordbreaks.c: Likewise.



Reply via email to