Remove unnecessary (int) casts and fix style

This commit is contained in:
Pavel Platto
2014-05-30 22:17:05 +03:00
committed by Brandon Coleman
parent 7f21665673
commit 18b64c99cc
3 changed files with 30 additions and 34 deletions

View File

@@ -242,7 +242,6 @@ enum {
#define EXMODE_NORMAL 1
#define EXMODE_VIM 2
#ifdef NO_EXPANDPATH
# define gen_expand_wildcards mch_expand_wildcards
#endif