summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McKenna <danielmckenna93@gmail.com>2017-05-24 17:25:03 +0100
committerDaniel McKenna <danielmckenna93@gmail.com>2017-05-24 17:25:03 +0100
commitca117fee875205162e9ba9fe2023c8595d6ec4ea (patch)
tree6452482f7e85609b5b7811b1ff79481a9ce23e86
parent9766d50f4ac8cff0bfdbed1233d6212ef4749bd6 (diff)
downloadrust-libc-ca117fee875205162e9ba9fe2023c8595d6ec4ea.tar.gz
Fixed style issues and reverted version number.
Fixed trailing whitespace in x86.rs and reverted the minor version number in the Cargo.toml
-rw-r--r--Cargo.toml2
-rw-r--r--src/unix/notbsd/linux/other/b32/x86.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ecebaed935..3914fd6aa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.24"
+version = "0.2.23"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
diff --git a/src/unix/notbsd/linux/other/b32/x86.rs b/src/unix/notbsd/linux/other/b32/x86.rs
index 2b2d16560c..c8cc5cc323 100644
--- a/src/unix/notbsd/linux/other/b32/x86.rs
+++ b/src/unix/notbsd/linux/other/b32/x86.rs
@@ -19,7 +19,7 @@ s! {
pub _st: [_libc_fpreg; 8],
pub status: ::c_ulong,
}
-
+
pub struct _libc_state {
pub ebx: ::c_long,
pub ecx: ::c_long,