aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorBrandon Coleman <metrix1978@gmail.com>2014-05-30 16:12:42 -0500
committerBrandon Coleman <metrix1978@gmail.com>2014-06-12 01:20:36 -0500
commit1ff8ed7b823623e9abd224f78fbce7e20ce66f5d (patch)
treec9bbf386710d6c57021e03811b2483bcd574812f /src/nvim/vim.h
parent18b64c99cc0fc04ecb7e36e324b48ebaef56b813 (diff)
downloadrneovim-1ff8ed7b823623e9abd224f78fbce7e20ce66f5d.tar.gz
rneovim-1ff8ed7b823623e9abd224f78fbce7e20ce66f5d.tar.bz2
rneovim-1ff8ed7b823623e9abd224f78fbce7e20ce66f5d.zip
removed whitespace from ROOT_UID define.
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 38ccf12f60..2b0d7ea954 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -37,7 +37,7 @@ Error: configure did not run properly.Check auto/config.log.
#endif
/* user ID of root is usually zero, but not for everybody */
-# define ROOT_UID 0
+#define ROOT_UID 0
/* Can't use "PACKAGE" here, conflicts with a Perl include file. */