Skip to content

Commit 958ea5e

Browse files
committed
fix whitespace
1 parent a5706f7 commit 958ea5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ typedef unsigned long rb_serial_t;
262262
#endif
263263

264264
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;
265+
rb_serial_t method_state;
266+
rb_serial_t class_serial;
267+
struct cache_entry *entries;
268+
int size, capa;
269269
};
270270

271271
struct rb_classext_struct {

0 commit comments

Comments
 (0)