diff options
-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> |