[前][次][番号順一覧][スレッド一覧]

ruby-changes:30137

From: nobu <ko1@a...>
Date: Fri, 26 Jul 2013 15:43:44 +0900 (JST)
Subject: [ruby-changes:30137] nobu:r42189 (trunk): win32/file.c: adjust indent

nobu	2013-07-26 15:43:33 +0900 (Fri, 26 Jul 2013)

  New Revision: 42189

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42189

  Log:
    win32/file.c: adjust indent
    
    * win32/file.c (get_user_from_path): adjust indent.

  Modified files:
    trunk/win32/file.c

Index: win32/file.c
===================================================================
--- win32/file.c	(revision 42188)
+++ win32/file.c	(revision 42189)
@@ -317,7 +317,7 @@ get_user_from_path(wchar_t **wpath, int https://github.com/ruby/ruby/blob/trunk/win32/file.c#L317
     size_t size;
 
     while (!IS_DIR_SEPARATOR_P(*pos) && *pos != '\0')
-     pos++;
+	pos++;
 
     *pos = '\0';
     convert_wchar_to_mb(wuser, &user, &size, cp);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]