Merge pull request #1394 from PlasmaPower/trailing-whitespace

Remove trailing whitespace (master)
This commit is contained in:
TW 2016-07-28 16:37:59 +02:00 committed by GitHub
commit 794296722f
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ New features:
- borg check: will not produce the "Checking segments" output unless
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
- borg recreate: re-create existing archives, #787 #686 #630 #70, also see
#757, #770.

View file

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

View file

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