From e9b8488fe5ebef4b4637fe0ab6a6a857f8ff6495 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Jul 2013 06:43:33 +0000 Subject: win32/file.c: adjust indent * win32/file.c (get_user_from_path): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/file.c') diff --git a/win32/file.c b/win32/file.c index d43db14c50..c9e014a40f 100644 --- a/win32/file.c +++ b/win32/file.c @@ -317,7 +317,7 @@ get_user_from_path(wchar_t **wpath, int offset, UINT cp, UINT path_cp, rb_encodi size_t size; while (!IS_DIR_SEPARATOR_P(*pos) && *pos != '\0') - pos++; + pos++; *pos = '\0'; convert_wchar_to_mb(wuser, &user, &size, cp); -- cgit v1.2.3