bug#23989: [PATCH] dfa: Reindent dfa.c

2016-07-15 Thread Norihiro Tanaka
On Fri, 15 Jul 2016 12:29:38 +0200 Paul Eggert wrote: > Thanks. I think the internal tabs are deliberate, so let's leave those alone. > (Admittedly the code is not consistent in this area.) I installed the other > white-space changes. Thanks. Although I also felt that tabs are deliberate, I i

bug#23989: [PATCH] dfa: Reindent dfa.c

2016-07-15 Thread Paul Eggert
Thanks. I think the internal tabs are deliberate, so let's leave those alone. (Admittedly the code is not consistent in this area.) I installed the other white-space changes.

bug#23989: [PATCH] dfa: Reindent dfa.c

2016-07-14 Thread Norihiro Tanaka
Reindent this like: indent with indent --no-tabs -l79 -Tsize_t -Tbool -Twint_t -Tposition_set -Tmust dfa.c and adjust it. From 0f36f5c5072caafecf1c774fe60d2cc25ab849a9 Mon Sep 17 00:00:00 2001 From: Norihiro Tanaka Date: Fri, 15 Jul 2016 07:44:32 +0900 Subject: [PATCH] dfa: Reindent dfa.c * src/d