ruby-changes:70888
From: git <ko1@a...>
Date: Sat, 15 Jan 2022 20:10:40 +0900 (JST)
Subject: [ruby-changes:70888] f29d7745a2 (master): * expand tabs. [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=f29d7745a2 From f29d7745a24f8989ed6bc7a99018e7fe867cb463 Mon Sep 17 00:00:00 2001 From: git <svn-admin@r...> Date: Sat, 15 Jan 2022 20:10:30 +0900 Subject: * expand tabs. [ci skip] Tabs were expanded because the file did not have any tab indentation in unedited lines. Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook. --- internal/cmdlineopt.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h index 7419beb6495..adc76fc2e40 100644 --- a/internal/cmdlineopt.h +++ b/internal/cmdlineopt.h @@ -14,10 +14,10 @@ typedef struct ruby_cmdline_options { https://github.com/ruby/ruby/blob/trunk/internal/cmdlineopt.h#L14 VALUE script_name; VALUE e_script; struct { - struct { - VALUE name; - int index; - } enc; + struct { + VALUE name; + int index; + } enc; } src, ext, intern; VALUE req_list; ruby_features_t features; -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/