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

committed by
Justin M. Keyes

parent
e21f6e754d
commit
73a970ccd9
@@ -1,7 +1,7 @@
|
||||
#ifndef NEOVIM_OS_UNIX_DEFS_H
|
||||
#define NEOVIM_OS_UNIX_DEFS_H
|
||||
#ifndef NVIM_OS_UNIX_DEFS_H
|
||||
#define NVIM_OS_UNIX_DEFS_H
|
||||
|
||||
#define TEMP_DIR_NAMES {"$TMPDIR", "/tmp", ".", "$HOME"}
|
||||
#define TEMP_FILE_PATH_MAXLEN 256
|
||||
|
||||
#endif // NEOVIM_OS_UNIX_DEFS_H
|
||||
#endif // NVIM_OS_UNIX_DEFS_H
|
||||
|
Reference in New Issue
Block a user