fix whitespace in the rest of lib/*
this brings this in line with bash8 checker
Change-Id: Ib34a2292dd5bc259069457461041ec9cd4fd2957
diff --git a/lib/ironic b/lib/ironic
index 89d0edc..649c1c2 100644
--- a/lib/ironic
+++ b/lib/ironic
@@ -203,7 +203,7 @@
screen_it ir-api "cd $IRONIC_DIR; $IRONIC_BIN_DIR/ironic-api --config-file=$IRONIC_CONF_FILE"
echo "Waiting for ir-api ($IRONIC_HOSTPORT) to start..."
if ! timeout $SERVICE_TIMEOUT sh -c "while ! wget --no-proxy -q -O- http://$IRONIC_HOSTPORT; do sleep 1; done"; then
- die $LINENO "ir-api did not start"
+ die $LINENO "ir-api did not start"
fi
}