ruby-changes:56471
From: git <ko1@a...>
Date: Sun, 14 Jul 2019 17:46:20 +0900 (JST)
Subject: [ruby-changes:56471] git: 73904abb95 (master): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=73904abb95 From 73904abb951ad60483124fa620b5561015906a79 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Sun, 14 Jul 2019 17:45:52 +0900 Subject: * expand tabs. diff --git a/include/ruby/assert.h b/include/ruby/assert.h index 5ef866a..aef36b8 100644 --- a/include/ruby/assert.h +++ b/include/ruby/assert.h @@ -21,9 +21,9 @@ NORETURN(void rb_assert_failure(const char *, int, const char *, const char *)); https://github.com/ruby/ruby/blob/trunk/include/ruby/assert.h#L21 #ifdef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P # define RUBY_ASSERT_MESG_WHEN(cond, expr, mesg) \ __builtin_choose_expr( \ - __builtin_constant_p(cond), \ - __builtin_choose_expr(cond, RUBY_ASSERT_MESG(expr, mesg), (void)0), \ - RUBY_ASSERT_MESG(!(cond) || (expr), mesg)) + __builtin_constant_p(cond), \ + __builtin_choose_expr(cond, RUBY_ASSERT_MESG(expr, mesg), (void)0), \ + RUBY_ASSERT_MESG(!(cond) || (expr), mesg)) #else # define RUBY_ASSERT_MESG_WHEN(cond, expr, mesg) \ RUBY_ASSERT_MESG(!(cond) || (expr), mesg) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/