From f29d7745a24f8989ed6bc7a99018e7fe867cb463 Mon Sep 17 00:00:00 2001 From: git Date: Sat, 15 Jan 2022 20:10:30 +0900 Subject: [PATCH] * 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 7419beb649..adc76fc2e4 100644 --- a/internal/cmdlineopt.h +++ b/internal/cmdlineopt.h @@ -14,10 +14,10 @@ typedef struct ruby_cmdline_options { 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;