Skip to content

Commit

Permalink
fixing trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Huseby committed Jul 11, 2015
1 parent 1a928f4 commit c415683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/common/stack.rs
Expand Up @@ -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.
Expand Down

0 comments on commit c415683

Please sign in to comment.