diff options
| author | Wolfgang E. Sanyer <WolfgangESanyer@gmail.com> | 2021-09-20 08:49:15 -0400 |
|---|---|---|
| committer | Matt Turner <mattst88@gentoo.org> | 2021-09-20 15:51:52 -0700 |
| commit | bbcd72b5fe85fe9bbca1913f8aa22077d94e75d0 (patch) | |
| tree | 64a38c9e94cad7c800fcd1ca7307632f603e1315 /bin/eshowkw | |
| parent | 55170b5be88df6d5d8f6e07ecb39fc1a86d3426a (diff) | |
| download | gentoolkit-bbcd72b5fe85fe9bbca1913f8aa22077d94e75d0.tar.gz | |
Change tabs to spaces (using autopep8). Also, format repo using black.
The following command was used to change the tabs to spaces:
autopep8 --in-place --select=E101,E11,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133,E20,E211,E22,E224,E224,E226,E227,E228,E231,E241,E242,E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,W291,W293,W391 -r .
And then black was run as `black .` on the entire tree
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'bin/eshowkw')
| -rwxr-xr-x | bin/eshowkw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/eshowkw b/bin/eshowkw index e987cce..0ef4dda 100755 --- a/bin/eshowkw +++ b/bin/eshowkw @@ -6,4 +6,4 @@ import sys from gentoolkit.eshowkw import main as emain -sys.exit(emain(sys.argv[1:]))
\ No newline at end of file +sys.exit(emain(sys.argv[1:])) |
