mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Removed tabs in all source files
Former-commit-id: 4bace4d00eb1fcfd9751c23c7d57c7403e0defe6 Former-commit-id: b1fcdbaccd5058fd5fc5a6ea32c7574afd6a3b9a
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user