fixing trailing whitespace

This commit is contained in:
Dave Huseby 2015-07-11 07:18:12 -07:00
parent 1a928f434a
commit c415683402

View file

@ -293,7 +293,7 @@ pub unsafe fn get_sp_limit() -> usize {
// powerpc - FIXME(POWERPC): missing...
// arm-ios - no segmented stacks.
// openbsd/bitrig/netbsd - no segmented stacks.
// x86-freebsd - no segmented stacks.
// x86-freebsd - no segmented stacks..
//
// This function might be called by runtime though
// so it is unsafe to unreachable, let's return a fixed constant.