scripts: Add newline after the comment

This commit is contained in:
ZyX
2017-04-19 19:11:37 +03:00
parent 4555bf9e7f
commit 3351016dcd

View File

@@ -33,6 +33,7 @@ get_pvs_comment() {
cat > pvs-comment << EOF
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
EOF
}