mirror of
https://github.com/neovim/neovim.git
synced 2025-11-24 03:00:38 +00:00
Adapt include guards to the style guide
This commit is contained in:
committed by
Thiago de Arruda
parent
7c51374a82
commit
046bc5f478
@@ -1,5 +1,5 @@
|
|||||||
#ifndef NEOVIM_FIND_FILE_H
|
#ifndef NEOVIM_FILE_SEARCH_H
|
||||||
#define NEOVIM_FIND_FILE_H
|
#define NEOVIM_FILE_SEARCH_H
|
||||||
|
|
||||||
void *vim_findfile_init(char_u *path, char_u *filename, char_u *
|
void *vim_findfile_init(char_u *path, char_u *filename, char_u *
|
||||||
stopdirs, int level, int free_visited,
|
stopdirs, int level, int free_visited,
|
||||||
@@ -20,4 +20,4 @@ char_u *find_file_in_path_option(char_u *ptr, int len, int options,
|
|||||||
int find_what, char_u *rel_fname,
|
int find_what, char_u *rel_fname,
|
||||||
char_u *suffixes);
|
char_u *suffixes);
|
||||||
|
|
||||||
#endif /* NEOVIM_FIND_FILE_H */
|
#endif /* NEOVIM_FILE_SEARCH_H */
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef NEOVIM_OS_H
|
#ifndef NEOVIM_OS_OS_H
|
||||||
#define NEOVIM_OS_H
|
#define NEOVIM_OS_OS_H
|
||||||
|
|
||||||
#include "../vim.h"
|
#include "../vim.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user