зеркало из https://github.com/github/ruby.git
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:
Родитель
09ef29a78f
Коммит
36f05c80b6
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче