diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-04 01:11:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:08 +0700 |
commit | 3e638b911e5c341332eefc3a37fb05b7da286c34 (patch) | |
tree | c98835b1ce2c4434c9109279d89137a8b23f4cde /python | |
parent | 2d8322a364576f829ec046164e708550e4aee669 (diff) |
python/threadpoolctl: Fix indent spacing
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/threadpoolctl/threadpoolctl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/threadpoolctl/threadpoolctl.SlackBuild b/python/threadpoolctl/threadpoolctl.SlackBuild index 7f33fbae45d69..cc3666735220c 100644 --- a/python/threadpoolctl/threadpoolctl.SlackBuild +++ b/python/threadpoolctl/threadpoolctl.SlackBuild @@ -79,8 +79,8 @@ find -L . \ cat << EOF > setup.py from distutils.core import setup setup(name='${PRGNAM}', - version='${VERSION}', - py_modules=['${PRGNAM}'], + version='${VERSION}', + py_modules=['${PRGNAM}'], ) EOF |