Fix indentation

This commit is contained in:
nsubiron 2019-04-16 13:06:40 +02:00
parent 6c780b90bf
commit bbb526be54
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if [ -n "${CARLA_BUILD_NO_COLOR}" ]; then
else
function log {
echo -e "\033[1;35m`basename "$0"`: $1\033[0m"
echo -e "\033[1;35m`basename "$0"`: $1\033[0m"
}
function fatal_error {