aboutsummaryrefslogtreecommitdiffstats
path: root/win32/file.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 06:43:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 06:43:33 +0000
commite9b8488fe5ebef4b4637fe0ab6a6a857f8ff6495 (patch)
tree344201db02604af9cf6929bd2a920dc52ed04508 /win32/file.c
parent76d83e5e3361a8cd77a91a4470f1ff6c39af85e8 (diff)
downloadruby-e9b8488fe5ebef4b4637fe0ab6a6a857f8ff6495.tar.gz
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
Diffstat (limited to 'win32/file.c')
-rw-r--r--win32/file.c2
1 files changed, 1 insertions, 1 deletions
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);