about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBastian Gruber <gruberbastian@me.com>2018-11-21 13:57:56 +0100
committerBastian Gruber <gruberbastian@me.com>2018-11-21 13:57:56 +0100
commit7933628de58851281544fe2a7b4e0d0673652e47 (patch)
tree282b09b74d6e4e51b8bba3f041302a22c532dae9
parente8dafbaf10bf9e54854382f0aa830d219aec85bb (diff)
downloadrust-7933628de58851281544fe2a7b4e0d0673652e47.tar.gz
rust-7933628de58851281544fe2a7b4e0d0673652e47.zip
Remove trailing whitespace
-rw-r--r--src/libstd/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs
index 2d0a2501f7e..dcd02ac59b6 100644
--- a/src/libstd/path.rs
+++ b/src/libstd/path.rs
@@ -1409,7 +1409,7 @@ impl From<Box<Path>> for 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()