Fix indentation
This commit is contained in:
parent
6c780b90bf
commit
bbb526be54
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue