fix whitespace

develop
lethosor 2016-10-31 01:58:40 -04:00
parent 30f4617abf
commit 2e6c7a90be
2 changed files with 3 additions and 3 deletions

@ -883,8 +883,8 @@ and cleaning because these jobs also cannot be easily detected. Lever
pulling is always assigned to everyone. Any dwarfs for which there are pulling is always assigned to everyone. Any dwarfs for which there are
no jobs will be assigned hauling, lever pulling, and cleaning labors. If no jobs will be assigned hauling, lever pulling, and cleaning labors. If
you use animal trainers, note that labormanager will misbehave if you you use animal trainers, note that labormanager will misbehave if you
assign specific trainers to specific animals; results are only guaranteed assign specific trainers to specific animals; results are only guaranteed
if you use "any trainer", and animal trainers will probably be if you use "any trainer", and animal trainers will probably be
overallocated in any case. overallocated in any case.
Labormanager also sometimes assigns extra labors to currently busy Labormanager also sometimes assigns extra labors to currently busy

@ -308,7 +308,7 @@ VALUE (*rb_eval_string_protect)(const char*, int*);
VALUE (*rb_ary_shift)(VALUE); VALUE (*rb_ary_shift)(VALUE);
VALUE (*rb_float_new)(double); VALUE (*rb_float_new)(double);
double (*rb_num2dbl)(VALUE); double (*rb_num2dbl)(VALUE);
VALUE (*rb_int2inum)(intptr_t); // XXX check on win64 long vs intptr_t VALUE (*rb_int2inum)(intptr_t); // XXX check on win64 long vs intptr_t
VALUE (*rb_uint2inum)(uintptr_t); VALUE (*rb_uint2inum)(uintptr_t);
uintptr_t (*rb_num2ulong)(VALUE); uintptr_t (*rb_num2ulong)(VALUE);
// end of rip(ruby.h) // end of rip(ruby.h)