mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26:07 +00:00
test: format C test files and fix clang-tidy warnings
It's probably not worth adding the C test files to regular formatting as they're pretty much never touched, but ensuring the files are formatted according to our standards and getting rid of warnings is a cheap one-time fix.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "nvim/event/multiqueue.h"
|
||||
|
||||
void ut_multiqueue_put(MultiQueue *queue, const char *str);
|
||||
const char *ut_multiqueue_get(MultiQueue *queue);
|
||||
void ut_multiqueue_put(MultiQueue *self, const char *str);
|
||||
const char *ut_multiqueue_get(MultiQueue *self);
|
||||
|
Reference in New Issue
Block a user