small white-space / code-style fix - json2tsv - JSON to TSV converter
 (HTM) git clone git://git.codemadness.org/json2tsv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c91abbebb914af5ddac6f3d1c874a3b403172773
 (DIR) parent 2ba1ec15453197af2ef4fb5cf04157276fa70b67
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 16 Feb 2020 14:53:31 +0100
       
       small white-space / code-style fix
       
       Diffstat:
         M json2tsv.c                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/json2tsv.c b/json2tsv.c
       @@ -89,7 +89,7 @@ main(int argc, char *argv[])
                                switch (argv[i][j]) {
                                case 'n': nflag = 1; break;
                                case 'r': rflag = 1; break;
       -                        default:  usage(argv[0]);   break;
       +                        default: usage(argv[0]); break;
                                }
                        }
                }