aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-19 14:26:15 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-20 17:39:31 -0300
commit490051f71494e828f2020257c012c3b28398d852 (patch)
treee565f37c36d9573dd9d95c2028361012f1132989 /README
parent.gitattributes: mark some binary files as such (diff)
downloadfirejail-490051f71494e828f2020257c012c3b28398d852.tar.gz
firejail-490051f71494e828f2020257c012c3b28398d852.tar.zst
firejail-490051f71494e828f2020257c012c3b28398d852.zip
Fix space before/after tab in indent
This fixes all of the "space before tab in indent" errors raised by git: $ git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904..HEAD | grep '^[^+]' | cut -f 3 -d : | LC_ALL=C sort | uniq -c 72 space before tab in indent. Commands used to find the errors: $ git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904..HEAD $ git grep -In "$(printf '\t') " Note: Unlike "space before tab in indent", the reverse ("space after tab in indent") is not reported by git. That is because spaces could be intentionally used for alignment or line continuation, but in some cases they are being used for indentation together with tabs and in others the formatting is misaligned. The second command was used to help find and fix these other issues.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 86bd8cb63..7750fc049 100644
--- a/README
+++ b/README
@@ -1079,7 +1079,7 @@ SYN-cook (https://github.com/SYN-cook)
1079startx2017 (https://github.com/startx2017) 1079startx2017 (https://github.com/startx2017)
1080 - syscall list update 1080 - syscall list update
1081 - updated default seccomp filters - added bpf, clock_settime, personality, process_vm_writev, query_module, 1081 - updated default seccomp filters - added bpf, clock_settime, personality, process_vm_writev, query_module,
1082 settimeofday, stime, umount, userfaultfd, ustat, vm86, and vm86old 1082 settimeofday, stime, umount, userfaultfd, ustat, vm86, and vm86old
1083 - enable/disable join support in /etc/firejail/firejail.config 1083 - enable/disable join support in /etc/firejail/firejail.config
1084 - firecfg fix: create ~/.local/share/applications directory if it doesn't exist 1084 - firecfg fix: create ~/.local/share/applications directory if it doesn't exist
1085 - firejail.config cleanup 1085 - firejail.config cleanup