summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2025-11-03 18:02:10 +0100
committergit <svn-admin@ruby-lang.org>2025-11-03 17:02:42 +0000
commit505fcf5dcfb59e91ed97e770b166793e44845bd8 (patch)
tree59c088c84e235ac93c0e3163bf9ebdcffc22a10b
parent2f9e0d355ef4db3157a401da8bf3b8da4c811d6b (diff)
[ruby/json] ext/json/ext/json.h: Add missing newline at end of file
https://github.com/ruby/json/commit/3bc1787bd4
-rw-r--r--ext/json/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.h b/ext/json/json.h
index 873440527d..20e7101de7 100644
--- a/ext/json/json.h
+++ b/ext/json/json.h
@@ -82,4 +82,4 @@ typedef unsigned char _Bool;
#endif
#endif
-#endif // _JSON_H_ \ No newline at end of file
+#endif // _JSON_H_