Skip to content

Commit

Permalink
refactor: tabs to spaces (WHO THE FUCK CHOOSE 3 SPACES?!?!)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelger committed Nov 19, 2024
1 parent fddfe99 commit 4ac6dc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bundle/src/assembly/resources/fed/ns3/ns3_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ print_help() {
log " -p --regen-protobuf\ŧ\tRegenerate Protobuf c++ source, when using a different version of protobuf 3."
log " -h --help\t\t\t\tPrint this help"
log " -j --parallel <n>\t\t\tUse n threads for compilation "
log " -u --uninstall Remove the ns-3 federate"
log " -u --uninstall Remove the ns-3 federate"
log "\n"
}

Expand Down Expand Up @@ -226,9 +226,9 @@ check_directory() {
}

check_nslog() {
if [[ ! $NS_LOG =~ .*level.* ]]; then
log "Logging probably not correctly initialized"
fi
if [[ ! $NS_LOG =~ .*level.* ]]; then
log "Logging probably not correctly initialized"
fi
}

ask_dependencies()
Expand Down Expand Up @@ -446,7 +446,7 @@ clean_up()
if [ "$arg_integration_testing" = false ]; then
while [ true ]; do
log "Do you want to remove the following files and folders? ${bold}${red} $temporary_files ${restore} \n[y/n] "
if $arg_quiet; then
if $arg_quiet; then
answer=Y
else
read answer
Expand All @@ -464,7 +464,7 @@ clean_up()

# Workaround for integration testing
set_nslog() {
export NS_LOG="'*=level_all|prefix'"
export NS_LOG="'*=level_all|prefix'"
}

################## #################
Expand Down

0 comments on commit 4ac6dc7

Please sign in to comment.