]> git.lizzy.rs Git - rust.git/commitdiff
Remove trailing whitespace
authorBastian Gruber <gruberbastian@me.com>
Wed, 21 Nov 2018 12:57:56 +0000 (13:57 +0100)
committerBastian Gruber <gruberbastian@me.com>
Wed, 21 Nov 2018 12:57:56 +0000 (13:57 +0100)
src/libstd/path.rs

index 2d0a2501f7e99575605ca6c6a0151f2279c91138..dcd02ac59b6c88076314bf80fd794c5c6ee4dd90 100644 (file)
@@ -1409,7 +1409,7 @@ fn from(boxed: Box<Path>) -> PathBuf {
 impl From<PathBuf> for Box<Path> {
     /// Converts a `PathBuf` into a `Box<Path>`
     ///
-    /// This conversion currently should not allocate memory, 
+    /// This conversion currently should not allocate memory,
     // but this behavior is not guaranteed on all platforms or in all future versions.
     fn from(p: PathBuf) -> Box<Path> {
         p.into_boxed_path()