mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-16 05:12:16 -04:00
Fix whitespace issues
* make sure files contain a final newline * use consistent indentation * trim excess whitespace * trim trailing whitespace
This commit is contained in:
parent
601e215565
commit
cea34725f1
13 changed files with 24 additions and 24 deletions
|
@ -6,4 +6,4 @@ SCRIPTS_DIR=$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )
|
|||
cd "$SCRIPTS_DIR"
|
||||
|
||||
cd ../src
|
||||
python -c "import onionshare; onionshare.main()" $@
|
||||
python -c "import onionshare; onionshare.main()" $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue