ruby-changes:29306
From: akr <ko1@a...>
Date: Mon, 17 Jun 2013 20:57:04 +0900 (JST)
Subject: [ruby-changes:29306] akr:r41358 (trunk): Fix a indent.
akr 2013-06-17 20:56:53 +0900 (Mon, 17 Jun 2013) New Revision: 41358 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41358 Log: Fix a indent. Modified files: trunk/version.h Index: version.h =================================================================== --- version.h (revision 41357) +++ version.h (revision 41358) @@ -26,7 +26,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L26 #ifndef RUBY_REVISION # include "revision.h" #endif -# ifndef RUBY_REVISION +#ifndef RUBY_REVISION # define RUBY_REVISION 0 #endif -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/