mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
09ef29a78f
commit
36f05c80b6
1 changed files with 9 additions and 9 deletions
18
enum.c
18
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
|
||||
|
|
Loading…
Reference in a new issue