firejail/contrib
Kelvin M. Klann 6648a1e968 *.sh: use consistent indentation
Almost all of the shell scripts in the repository use tabs for
indentation (or have no indentation at all):

    $ git grep -Il '^\t' -- '*.sh' | wc -l
    19
    $ git grep -Il '^ ' -- '*.sh' | wc -l
    5
    $ git grep -IL '^[ \t]' -- '*.sh' | wc -l
    25

So do the same in the few shell scripts that currently use spaces for
indentation.

Except for the following file:

* platform/rpm/mkrpm.sh

Not sure if it's following a packaging-specific scheme, so just fix the
one indentation inconsistency in it and otherwise leave it as is for
now.

Command used to search for shell scripts using spaces for indentation:

    $ git grep -In '^ ' -- '*.sh'
2023-02-20 17:39:31 -03:00
..
syntax feature: add 'keep-shell-rc' flag and option 2023-02-03 23:11:18 +01:00
vim/ftdetect build: move syntax files to contrib/syntax/files 2023-01-27 23:20:40 -03:00
fix_private-bin.py fix spelling (#4573) 2021-09-22 23:05:33 +02:00
fj-mkdeb.py Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
fjclip.py Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
fjdisplay.py Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
fjresize.py Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
gdb-firejail.sh *.sh: use consistent indentation 2023-02-20 17:39:31 -03:00
jail_prober.py Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
sort.py Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
syscalls.sh *.sh: use consistent indentation 2023-02-20 17:39:31 -03:00
update_deb.sh Merge pull request #5668 from kmk3/build-deb-apparmor-default 2023-02-17 09:16:56 -05:00