From 9d18533ca350565b7a67f4f416fa09d5110ceac1 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Sun, 11 May 2014 09:27:05 -0300 Subject: Add new files to clint and fix reported errors --- src/api/helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/helpers.h') diff --git a/src/api/helpers.h b/src/api/helpers.h index f9b8a81c16..4c42ef1e17 100644 --- a/src/api/helpers.h +++ b/src/api/helpers.h @@ -80,5 +80,5 @@ buf_T *find_buffer(Buffer buffer, Error *err); /// @return the window pointer win_T * find_window(Window window, Error *err); -#endif /* NEOVIM_API_HELPERS_H */ +#endif // NEOVIM_API_HELPERS_H -- cgit