about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorDave Huseby <dhuseby@mozilla.com>2015-07-11 07:18:12 -0700
committerDave Huseby <dhuseby@mozilla.com>2015-07-11 07:18:12 -0700
commitc415683402e2c93afaa1b7aa9a127b1fd302ccdd (patch)
tree3295bab44b3f39005f0c85ad27c6d2a7d99ab248 /src/libstd/sys
parent1a928f434ae218e0e1d4cf63d53eb6612b5abe80 (diff)
downloadrust-c415683402e2c93afaa1b7aa9a127b1fd302ccdd.tar.gz
rust-c415683402e2c93afaa1b7aa9a127b1fd302ccdd.zip
fixing trailing whitespace
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/common/stack.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/common/stack.rs b/src/libstd/sys/common/stack.rs
index 0ab987273dc..41c8ac4aed3 100644
--- a/src/libstd/sys/common/stack.rs
+++ b/src/libstd/sys/common/stack.rs
@@ -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.