From da3558fddb385de8cd7d0ef4556b7073139a824e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 4 Mar 2007 16:36:36 +0000 Subject: * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed indentation broken at YARV merger. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'win32/win32.c') diff --git a/win32/win32.c b/win32/win32.c index ada33421c0..496268705c 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -4049,12 +4049,12 @@ rb_w32_utime(const char *path, const struct utimbuf *times) } if (times) { - if (unixtime_to_filetime(times->actime, &atime)) { - return -1; - } - if (unixtime_to_filetime(times->modtime, &mtime)) { - return -1; - } + if (unixtime_to_filetime(times->actime, &atime)) { + return -1; + } + if (unixtime_to_filetime(times->modtime, &mtime)) { + return -1; + } } else { GetSystemTimeAsFileTime(&atime); -- cgit v1.2.3