From e99fc20f9595590597e09795de5bfa3d361517a9 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Thu, 31 Jul 2014 02:01:16 +0200 Subject: Fix trailing whitespace --- src/libstd/rt/backtrace.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/rt/backtrace.rs b/src/libstd/rt/backtrace.rs index 00477f8e119..80493ebb4a9 100644 --- a/src/libstd/rt/backtrace.rs +++ b/src/libstd/rt/backtrace.rs @@ -465,13 +465,13 @@ mod imp { // be in "permanent memory", so we copy it to a static and then use the // static as the pointer. // - // FIXME: We also call self_exe_name() on DragonFly BSD. I haven't + // FIXME: We also call self_exe_name() on DragonFly BSD. I haven't // tested if this is required or not. unsafe fn init_state() -> *mut backtrace_state { static mut STATE: *mut backtrace_state = 0 as *mut backtrace_state; static mut LAST_FILENAME: [libc::c_char, ..256] = [0, ..256]; if !STATE.is_null() { return STATE } - let selfname = if cfg!(target_os = "freebsd") || + let selfname = if cfg!(target_os = "freebsd") || cfg!(target_os = "dragonfly") { os::self_exe_name() } else { -- cgit 1.4.1-3-g733a5