diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-19 19:11:37 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-19 19:11:37 +0300 |
commit | 3351016dcde8f8d400c247baaca4a5575d94535d (patch) | |
tree | eabe350e5d5e2fd9eddac8d18f3ae2b9d72f358a | |
parent | 4555bf9e7f8829053e3a687f814a2036d72ce0e1 (diff) | |
download | rneovim-3351016dcde8f8d400c247baaca4a5575d94535d.tar.gz rneovim-3351016dcde8f8d400c247baaca4a5575d94535d.tar.bz2 rneovim-3351016dcde8f8d400c247baaca4a5575d94535d.zip |
scripts: Add newline after the comment
-rwxr-xr-x | scripts/pvscheck.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh index 5020d5f86a..32d63646aa 100755 --- a/scripts/pvscheck.sh +++ b/scripts/pvscheck.sh @@ -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 } |