Linting: Fix header guards, add whitespace.

This commit is contained in:
Florian Walch
2014-11-20 17:38:51 +01:00
committed by Justin M. Keyes
parent e21f6e754d
commit 73a970ccd9
5 changed files with 11 additions and 11 deletions

View File

@@ -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