diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-19 19:11:50 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-19 19:11:50 +0300 |
commit | c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e (patch) | |
tree | 90d52c26cc21bd41affd517bac0a9b3b4fce6e34 /test/unit | |
parent | 3351016dcde8f8d400c247baaca4a5575d94535d (diff) | |
download | rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.tar.gz rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.tar.bz2 rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.zip |
*: Add comment to all C files
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/fixtures/multiqueue.c | 3 | ||||
-rw-r--r-- | test/unit/fixtures/rbuffer.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/fixtures/multiqueue.c b/test/unit/fixtures/multiqueue.c index da63e55919..a8dca0a844 100644 --- a/test/unit/fixtures/multiqueue.c +++ b/test/unit/fixtures/multiqueue.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 + #include <string.h> #include <stdlib.h> #include "nvim/event/multiqueue.h" diff --git a/test/unit/fixtures/rbuffer.c b/test/unit/fixtures/rbuffer.c index d587d6b054..3f4062fa18 100644 --- a/test/unit/fixtures/rbuffer.c +++ b/test/unit/fixtures/rbuffer.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 + #include "nvim/rbuffer.h" #include "rbuffer.h" |