[Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379)

* Applies to all c/h/y/l/sh files and .editorconfig
This commit is contained in:
Olof hagsand 2022-10-27 14:21:17 +02:00
parent a9d1ab006c
commit d84c529ff1
376 changed files with 38147 additions and 38133 deletions

View file

@ -37,10 +37,10 @@ module example {
revision 2019-01-13;
container c{
list a{
key x;
leaf x{
type int32;
}
key x;
leaf x{
type int32;
}
}
}
}
@ -62,13 +62,13 @@ function testrun(){
r0=$($clixon_util_xml_mod -y $fyang -x "$xi" -b "$x0" -p $xp $OPTS)
# If both are null something is amiss
if [ -z "$r0" -a -z "$rs" ]; then
err "length of retval is zero"
err "length of retval is zero"
fi
# echo "rs:$rs"
# echo "r0:$r0"
# Check they are equal
if [[ "$r0" != "$rs" ]]; then
err "$rs" "$r0"
err "$rs" "$r0"
fi
}
@ -178,10 +178,10 @@ module example {
}
}
list d{
key x;
leaf x{
type int32;
}
key x;
leaf x{
type int32;
}
ordered-by user;
}
leaf-list e{