1
Fork 0

fixing trailing whitespace errors

This commit is contained in:
Dave Huseby 2015-02-04 23:53:02 -08:00
parent cd8f31759f
commit 1386ad489d
6 changed files with 11 additions and 11 deletions

View file

@ -82,7 +82,7 @@ mod inner {
// Apparently android provides this in some other library?
// Bitrig's RT extensions are in the C library, not a separate librt
// OpenBSD provide it via libc
#[cfg(not(any(target_os = "android",
#[cfg(not(any(target_os = "android",
target_os = "bitrig",
target_os = "openbsd")))]
#[link(name = "rt")]