Skip to content

Commit 931f610

Browse files
committed
Cleanup whitespaces
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 243f7cb commit 931f610

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

configure

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CFG_BIN_DIR=$CFG_ROOT_DIR/$VIRTUALENV_DIR/bin
5555
# Thirdparty package locations and index handling
5656
# Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
5757
if [ -f "$CFG_ROOT_DIR/thirdparty" ]; then
58-
PIP_EXTRA_ARGS="--find-links $CFG_ROOT_DIR/thirdparty "
58+
PIP_EXTRA_ARGS="--find-links $CFG_ROOT_DIR/thirdparty"
5959
fi
6060
PIP_EXTRA_ARGS="$PIP_EXTRA_ARGS --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
6161

@@ -87,7 +87,7 @@ main() {
8787
done
8888

8989
PIP_EXTRA_ARGS="$PIP_EXTRA_ARGS $NO_INDEX"
90-
90+
9191
find_python
9292
create_virtualenv "$VIRTUALENV_DIR"
9393
install_packages "$CFG_REQUIREMENTS"
@@ -197,7 +197,6 @@ clean() {
197197
}
198198

199199

200-
201200
main
202201

203202
set +e

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ for %%F in (%CLEANABLE%) do (
209209
rmdir /s /q "%CFG_ROOT_DIR%\%%F" >nul 2>&1
210210
del /f /q "%CFG_ROOT_DIR%\%%F" >nul 2>&1
211211
)
212-
exit /b 0
212+
exit /b 0

0 commit comments

Comments
 (0)