diff options
author | James McCoy <jamessan@jamessan.com> | 2020-11-10 10:01:05 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2020-11-10 11:19:59 -0500 |
commit | 31366c44c45e7ffd402a350b34a841340de9fe5f (patch) | |
tree | 537d37e7ccfecfdccf686a99f2e7f04bafe9afb6 | |
parent | 088161a9459a6afed84ea07ef28912e2489bc286 (diff) | |
download | rneovim-31366c44c45e7ffd402a350b34a841340de9fe5f.tar.gz rneovim-31366c44c45e7ffd402a350b34a841340de9fe5f.tar.bz2 rneovim-31366c44c45e7ffd402a350b34a841340de9fe5f.zip |
Add PVS comment to new source files
-rw-r--r-- | src/nvim/decoration.c | 3 | ||||
-rw-r--r-- | test/functional/fixtures/streams-test.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/nvim/decoration.c b/src/nvim/decoration.c index 0721c0c57b..03ce2a37b5 100644 --- a/src/nvim/decoration.c +++ b/src/nvim/decoration.c @@ -1,7 +1,6 @@ // 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 -// -// + #include "nvim/vim.h" #include "nvim/extmark.h" #include "nvim/decoration.h" diff --git a/test/functional/fixtures/streams-test.c b/test/functional/fixtures/streams-test.c index 56d475d7dc..eec447153c 100644 --- a/test/functional/fixtures/streams-test.c +++ b/test/functional/fixtures/streams-test.c @@ -1,3 +1,6 @@ +// 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 + /// Helper program to exit and keep stdout open (like "xclip -i -loops 1"). #include <stdio.h> |