mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
Linting: Fix header guards, add whitespace.
This commit is contained in:

committed by
Justin M. Keyes

parent
e21f6e754d
commit
73a970ccd9
@@ -1,5 +1,5 @@
|
||||
#ifndef NVIM_OS_UNIX_DEFS_H
|
||||
#define NVIM_OS_UNIX_DEFS_H
|
||||
#ifndef NVIM_OS_UNIX_DEFS_LEGACY_H
|
||||
#define NVIM_OS_UNIX_DEFS_LEGACY_H
|
||||
|
||||
/*
|
||||
* VIM - Vi IMproved by Bram Moolenaar
|
||||
@@ -253,4 +253,4 @@
|
||||
/* We have three kinds of ACL support. */
|
||||
#define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL)
|
||||
|
||||
#endif // NVIM_OS_UNIX_DEFS_H
|
||||
#endif // NVIM_OS_UNIX_DEFS_LEGACY_H
|
||||
|
Reference in New Issue
Block a user