summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorLee Bousfield <ljbousfield@gmail.com>2016-07-27 09:12:52 -0400
committerLee Bousfield <ljbousfield@gmail.com>2016-07-27 10:05:51 -0400
commit0a4a95eb1767a1dad84b7e29d4e951efa4e63d2c (patch)
tree0acd70855dc706c2e003175285cc873469beb662 /README.rst
parente32dcc4c8a5f549152fafe1b3bc511386078da65 (diff)
Remove trailing whitespace
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 035a38d91..f6132773e 100644
--- a/README.rst
+++ b/README.rst
@@ -33,14 +33,14 @@ Main features
Compared to other deduplication approaches, this method does NOT depend on:
- * file/directory names staying the same: So you can move your stuff around
+ * file/directory names staying the same: So you can move your stuff around
without killing the deduplication, even between machines sharing a repo.
- * complete files or time stamps staying the same: If a big file changes a
- little, only a few new chunks need to be stored - this is great for VMs or
+ * complete files or time stamps staying the same: If a big file changes a
+ little, only a few new chunks need to be stored - this is great for VMs or
raw disks.
- * The absolute position of a data chunk inside a file: Stuff may get shifted
+ * The absolute position of a data chunk inside a file: Stuff may get shifted
and will still be found by the deduplication algorithm.
**Speed**