Nobuyoshi Nakada 384e6945ac [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
2025-01-13 03:12:28 +00:00
..
2024-12-02 07:51:06 +00:00
2024-06-24 15:36:56 +00:00