summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--enum.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/enum.c b/enum.c
index 64eedc5c50..6df2c24077 100644
--- a/enum.c
+++ b/enum.c
@@ -1323,15 +1323,15 @@ DEFINE_ENUMFUNCS(one)
}
struct nmin_data {
- long n;
- long bufmax;
- long curlen;
- VALUE buf;
- VALUE limit;
- int (*cmpfunc)(const void *, const void *, void *);
- int rev; /* max if 1 */
- int by; /* min_by if 1 */
- const char *method;
+ long n;
+ long bufmax;
+ long curlen;
+ VALUE buf;
+ VALUE limit;
+ int (*cmpfunc)(const void *, const void *, void *);
+ int rev; /* max if 1 */
+ int by; /* min_by if 1 */
+ const char *method;
};
static VALUE