From b652f4039cbcaee80744dfe6946a0456d2adf8ac Mon Sep 17 00:00:00 2001 From: Lee Bousfield Date: Thu, 28 Jul 2016 10:35:41 -0400 Subject: [PATCH] Remove trailing whitespace --- docs/changes.rst | 2 +- docs/deployment.rst | 2 +- src/borg/platform/posix.pyx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 8530a55b6..ec2706945 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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. diff --git a/docs/deployment.rst b/docs/deployment.rst index a29d09cd8..1ad720165 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -157,7 +157,7 @@ Salt running on a Debian system. :: Install borg backup from pip: - pkg.installed: + pkg.installed: - pkgs: - python3 - python3-dev diff --git a/src/borg/platform/posix.pyx b/src/borg/platform/posix.pyx index 8d74f19e8..c9726ea1a 100644 --- a/src/borg/platform/posix.pyx +++ b/src/borg/platform/posix.pyx @@ -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)