Run fmt.sh

This commit is contained in:
jD91mZM2
2018-07-03 09:33:41 +02:00
parent aff5380723
commit 9c169a186f
21 changed files with 230 additions and 159 deletions
+1 -1
View File
@@ -6,8 +6,8 @@
extern crate fenv;
extern crate platform;
use platform::types::*;
use fenv::{fegetround, FE_TONEAREST};
use platform::types::*;
pub const FLT_RADIX: c_int = 2;