fix indent

This commit is contained in:
Dacheng Gao 2019-03-21 13:57:35 +08:00
parent 1deccc2a86
commit 91f5e7e63c

View File

@ -1119,7 +1119,7 @@ static HANDLE_FUNC (handle_upstream)
user = get_string_arg (line, &match[mi]); user = get_string_arg (line, &match[mi]);
mi++; mi++;
if (match[mi].rm_so != -1) if (match[mi].rm_so != -1)
pass = get_string_arg (line, &match[mi]); pass = get_string_arg (line, &match[mi]);
mi++; mi++;