From b399b8adf7adc95a4844e73520f2ae24dda5639e Mon Sep 17 00:00:00 2001 From: Peter Ohler Date: Wed, 16 Aug 2023 19:09:55 -0400 Subject: [PATCH] Dealing with clang-format version differences --- ext/oj/oj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oj/oj.c b/ext/oj/oj.c index 03d57aa7..5249787a 100644 --- a/ext/oj/oj.c +++ b/ext/oj/oj.c @@ -233,7 +233,7 @@ struct _options oj_default_options = { NULL, // tail {'\0'}, // err }, - NULL, // ignore + NULL, }; /* Document-method: default_options()