mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.2.4945: inconsistent use of white space
Problem: Inconsistent use of white space. Solution: Use Tabs and Spaces consistently.
This commit is contained in:
@@ -672,7 +672,7 @@ vms_fixfilename(void *instring)
|
||||
else if (strchr(instring,'"') == NULL) // password in the path?
|
||||
{
|
||||
// Seems it is a regular file, let guess that it is pure Unix fspec
|
||||
if ( (strchr(instring,'[') == NULL) && (strchr(instring,'<') == NULL) &&
|
||||
if ( (strchr(instring,'[') == NULL) && (strchr(instring,'<') == NULL) &&
|
||||
(strchr(instring,']') == NULL) && (strchr(instring,'>') == NULL) &&
|
||||
(strchr(instring,':') == NULL) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user