From 2e6c7a90be21a0b2e746f3557f5f3716475197c6 Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 31 Oct 2016 01:58:40 -0400 Subject: [PATCH] fix whitespace --- docs/Plugins.rst | 4 ++-- plugins/ruby/ruby.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Plugins.rst b/docs/Plugins.rst index 13ea50661..85b6ba58d 100644 --- a/docs/Plugins.rst +++ b/docs/Plugins.rst @@ -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 no jobs will be assigned hauling, lever pulling, and cleaning labors. If you use animal trainers, note that labormanager will misbehave if you -assign specific trainers to specific animals; results are only guaranteed -if you use "any trainer", and animal trainers will probably be +assign specific trainers to specific animals; results are only guaranteed +if you use "any trainer", and animal trainers will probably be overallocated in any case. Labormanager also sometimes assigns extra labors to currently busy diff --git a/plugins/ruby/ruby.cpp b/plugins/ruby/ruby.cpp index 7a21e32eb..0470541e1 100644 --- a/plugins/ruby/ruby.cpp +++ b/plugins/ruby/ruby.cpp @@ -308,7 +308,7 @@ VALUE (*rb_eval_string_protect)(const char*, int*); VALUE (*rb_ary_shift)(VALUE); VALUE (*rb_float_new)(double); 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); uintptr_t (*rb_num2ulong)(VALUE); // end of rip(ruby.h)