Browse Source

Remove trailing whitespace

Lee Bousfield 8 năm trước cách đây
mục cha
commit
b652f4039c

+ 1 - 1
docs/changes.rst

@@ -57,7 +57,7 @@ New features:
 
 
 - borg check: will not produce the "Checking segments" output unless
 - borg check: will not produce the "Checking segments" output unless
   new --progress option is passed, #824.
   new --progress option is passed, #824.
-- options that imply output (--show-rc, --show-version, --list, --stats, 
+- options that imply output (--show-rc, --show-version, --list, --stats,
   --progress) don't need -v/--info to have that output displayed, #865
   --progress) don't need -v/--info to have that output displayed, #865
 - borg recreate: re-create existing archives, #787 #686 #630 #70, also see
 - borg recreate: re-create existing archives, #787 #686 #630 #70, also see
   #757, #770.
   #757, #770.

+ 1 - 1
docs/deployment.rst

@@ -157,7 +157,7 @@ Salt running on a Debian system.
 ::
 ::
 
 
   Install borg backup from pip:
   Install borg backup from pip:
-    pkg.installed: 
+    pkg.installed:
       - pkgs:
       - pkgs:
         - python3
         - python3
         - python3-dev
         - python3-dev

+ 1 - 1
src/borg/platform/posix.pyx

@@ -1,6 +1,6 @@
 cdef extern from "wchar.h":
 cdef extern from "wchar.h":
     cdef int wcswidth(const Py_UNICODE *str, size_t n)
     cdef int wcswidth(const Py_UNICODE *str, size_t n)
- 
+
 def swidth(s):
 def swidth(s):
     str_len = len(s)
     str_len = len(s)
     terminal_width = wcswidth(s, str_len)
     terminal_width = wcswidth(s, str_len)