From 796cedf4738f82f9f4a669a74fe680161bb1fd7e Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 5 Nov 2012 13:46:56 +0100 Subject: [PATCH] * usr/lib/byobu/include/common: - remove trailing whitespace --- debian/changelog | 2 ++ usr/lib/byobu/include/common | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e2de89f9..d970e6d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,8 @@ byobu (5.22) unreleased; urgency=low modify them locally * usr/lib/byobu/include/shutil: LP: #1059232 - fix tmux color clearing + * usr/lib/byobu/include/common: + - remove trailing whitespace [ Jake Biesinger and Dustin Kirkland ] * usr/share/byobu/keybindings/common, usr/share/byobu/keybindings/f- diff --git a/usr/lib/byobu/include/common b/usr/lib/byobu/include/common index 949535c0..6151dc70 100755 --- a/usr/lib/byobu/include/common +++ b/usr/lib/byobu/include/common @@ -21,7 +21,7 @@ if [ -z "${BYOBU_INCLUDED_LIBS}" ]; then # Needed to set up $BYOBU_CONFIG_DIR . "${BYOBU_PREFIX}/lib/${PKG}/include/dirs" - + # Find command/type/which if command -v 2>/dev/null; then BYOBU_TEST="command -v"