1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: fix indention of configuration files

This commit is contained in:
Steffen Vogel 2017-06-17 18:49:51 +02:00
parent 293884b31b
commit 88057e8feb
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ CONFIG_FILE=$(mktemp)
INPUT_FILE=$(mktemp)
OUTPUT_FILE=$(mktemp)
cat > ${CONFIG_FILE} <<- EOF
cat > ${CONFIG_FILE} << EOF
nodes = {
node1 = {
type = "nanomsg";

View file

@ -26,7 +26,7 @@ CONFIG_FILE=$(mktemp)
INPUT_FILE=$(mktemp)
OUTPUT_FILE=$(mktemp)
cat > ${CONFIG_FILE} <<- EOF
cat > ${CONFIG_FILE} << EOF
nodes = {
node1 = {
type = "zeromq";