Fix whitespace issues

* make sure files contain a final newline
* use consistent indentation
* trim excess whitespace
* trim trailing whitespace
This commit is contained in:
a1346054 2021-08-22 20:21:09 +00:00
parent 601e215565
commit cea34725f1
No known key found for this signature in database
GPG key ID: D149AD21DC40440C
13 changed files with 24 additions and 24 deletions

View file

@ -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()" $@