We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5706f7 commit 958ea5eCopy full SHA for 958ea5e
1 file changed
internal.h
@@ -262,10 +262,10 @@ typedef unsigned long rb_serial_t;
262
#endif
263
264
struct rb_meth_cache {
265
- rb_serial_t method_state;
266
- rb_serial_t class_serial;
267
- struct cache_entry *entries;
268
- int size, capa;
+ rb_serial_t method_state;
+ rb_serial_t class_serial;
+ struct cache_entry *entries;
+ int size, capa;
269
};
270
271
struct rb_classext_struct {
0 commit comments