Codestyle changes
Addressing some indentation comments.
Change-Id: I04057408eae3ffb656c1f830bfc30b878ef36670
diff --git a/run-cppcheck.sh b/run-cppcheck.sh
index 681d9fe..b1efb4d 100755
--- a/run-cppcheck.sh
+++ b/run-cppcheck.sh
@@ -130,14 +130,14 @@
if [ "$RAW_OUTPUT" == "0" ] ; then
# Always generate an empty file for other stages of ci expecting one
echo "Files Ignored: $flist"
- cat > chk-config.xml << EOF
-<?xml version="1.0" encoding="UTF-8"?>
-<results version="2">
- <cppcheck version="$(cppcheck --version)"/>
- <errors>
- </errors>
-</results>
-EOF
+ cat > chk-config.xml <<- EOF
+ <?xml version="1.0" encoding="UTF-8"?>
+ <results version="2">
+ <cppcheck version="$(cppcheck --version)"/>
+ <errors>
+ </errors>
+ </results>
+ EOF
cp chk-config.xml chk-src.xml
fi
exit 0