Skip to content

Commit c415683

Browse files
author
Dave Huseby
committed
fixing trailing whitespace
1 parent 1a928f4 commit c415683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/common/stack.rs

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

0 commit comments

Comments
 (0)