bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

use spaces for indentation


From: Bruno Haible
Subject: use spaces for indentation
Date: Mon, 25 Jun 2018 21:51:08 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-128-generic; KDE/5.18.0; x86_64; ; )

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  <address@hidden>

        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

[Prev in Thread] Current Thread [Next in Thread]