Removed tabs in all source files

Former-commit-id: 4bace4d00eb1fcfd9751c23c7d57c7403e0defe6
Former-commit-id: b1fcdbaccd5058fd5fc5a6ea32c7574afd6a3b9a
This commit is contained in:
2023-04-14 14:52:27 -04:00
parent 8a0dd91201
commit 7e24234c15
4 changed files with 51 additions and 51 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
#!/bin/sh
if [ "$1" = 'TABS' ]; then
unexpand -t 4 working/sshyp.py > working/sshyp.py.new
unexpand -t 4 working/sshync.py > working/sshync.py.new
unexpand -t 4 working/sshyp.py > working/sshyp.py.new
unexpand -t 4 working/sshync.py > working/sshync.py.new
else
expand -t 4 working/sshyp.py > working/sshyp.py.new
expand -t 4 working/sshync.py > working/sshync.py.new
expand -t 4 working/sshyp.py > working/sshyp.py.new
expand -t 4 working/sshync.py > working/sshync.py.new
fi
mv working/sshyp.py.new working/sshyp.py
mv working/sshync.py.new working/sshync.py