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