summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-01-13 11:56:53 +0900
committergit <[email protected]>2025-01-13 03:12:28 +0000
commit384e6945ac64dba1c41d6ca714a6d7750d92ddb2 (patch)
treefdd86c030fa5cc7e22ee177908bcb0382dde5eb3 /include/ruby
parent691c895289d757664ab5265a866ba51cf6747601 (diff)
[ruby/date] Enclose dangling else in braces and fix -Wmisleading-indentation
``` date_strptime.c:253:324: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 253 | ...((VALUE)RUBY_Qtrue)); return 0; } while (0); si += l; } while (0); | ^ date_strptime.c:252:7: note: previous statement is here 252 | else | ^ ``` https://github.com/ruby/date/commit/41aed5b746
Diffstat (limited to 'include/ruby')
0 files changed, 0 insertions, 0 deletions