changeset 183:4f46681b3f54 default tip

Catch a few stray cargo fmt things.
author Paul Fisher <paul@pfish.zone>
date Wed, 30 Jul 2025 18:43:07 -0400
parents 346dc13724ce
children
files src/lib.rs src/libpam/handle.rs testharness/build.rs
diffstat 3 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib.rs	Wed Jul 30 18:39:41 2025 -0400
+++ b/src/lib.rs	Wed Jul 30 18:43:07 2025 -0400
@@ -125,7 +125,7 @@
 //!     // features.
 //! }
 //! ```
-//! 
+//!
 //! This gets built into a library like `pam_samename.so`. By installing this
 //! into your PAM library directory and configuring PAM to use it in
 //! the authentication stack (beyond the scope of this documentation), it will
--- a/src/libpam/handle.rs	Wed Jul 30 18:39:41 2025 -0400
+++ b/src/libpam/handle.rs	Wed Jul 30 18:43:07 2025 -0400
@@ -522,4 +522,3 @@
         unsafe { output.as_ref() }.ok_or(ErrorCode::ConversationError)
     }
 }
-
--- a/testharness/build.rs	Wed Jul 30 18:39:41 2025 -0400
+++ b/testharness/build.rs	Wed Jul 30 18:43:07 2025 -0400
@@ -1,3 +1,3 @@
 fn main() {
     libpam_sys_impls::enable_pam_impl_cfg();
-}
\ No newline at end of file
+}