diff options
author | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 13:40:17 +0200 |
---|---|---|
committer | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 13:42:27 +0200 |
commit | 419e24ce24087a3f0159fb5c7527eab766987155 (patch) | |
tree | 08ab2675cd0fdb42f1cb227b8a48ed541dca63b8 /ParrotZikTray | |
parent | 7dff0e8494563b037808dda635dd73d243eb2ae7 (diff) | |
download | pyParrotZikTCP-419e24ce24087a3f0159fb5c7527eab766987155.tar.xz pyParrotZikTCP-419e24ce24087a3f0159fb5c7527eab766987155.zip |
Replace tabs with 4 spaces.
Diffstat (limited to '')
-rwxr-xr-x | ParrotZikTray | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ParrotZikTray b/ParrotZikTray index d9bdbc1..57464a7 100755 --- a/ParrotZikTray +++ b/ParrotZikTray @@ -171,4 +171,4 @@ class ParrotZikIndicator(SysIndicator): if __name__ == "__main__": indicator = ParrotZikIndicator() - indicator.main()
\ No newline at end of file + indicator.main() |