From bcd0dcafcba31b7239faf1d582871f8fa83d69e9 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 15 Jul 2017 21:46:11 -0700 Subject: Rustfmt --- openssl/src/string.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'openssl/src/string.rs') diff --git a/openssl/src/string.rs b/openssl/src/string.rs index 4a1d3479..0324d577 100644 --- a/openssl/src/string.rs +++ b/openssl/src/string.rs @@ -74,7 +74,9 @@ unsafe fn free(buf: *mut c_char) { #[cfg(ossl110)] unsafe fn free(buf: *mut c_char) { - ::ffi::CRYPTO_free(buf as *mut c_void, - concat!(file!(), "\0").as_ptr() as *const c_char, - line!() as ::libc::c_int); + ::ffi::CRYPTO_free( + buf as *mut c_void, + concat!(file!(), "\0").as_ptr() as *const c_char, + line!() as ::libc::c_int, + ); } -- cgit v1.2.3