From 46597d74506a35a163fe80925b3a299fed8c0239 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 9 Apr 2014 16:17:33 -0400 Subject: [PATCH] add whitespace before inline comment --- debian/changelog | 1 + usr/share/byobu/profiles/dircolors | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bf2a7ba4..313176ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ byobu (5.78) unreleased; urgency=medium * usr/share/byobu/profiles/dircolors: - give executables just a little more pop - use a light grey underline for symlinks + - add whitespace before inline comment * usr/share/byobu/profiles/bashrc: - Ensure that we use ls with colors, and class/type indicators * usr/share/byobu/profiles/bashrc: diff --git a/usr/share/byobu/profiles/dircolors b/usr/share/byobu/profiles/dircolors index 49ff8f00..e5b0ef75 100644 --- a/usr/share/byobu/profiles/dircolors +++ b/usr/share/byobu/profiles/dircolors @@ -70,7 +70,7 @@ TERM xterm-debian #NORMAL 00 # no color code at all #FILE 00 # regular file: use no color at all RESET 0 # reset to "normal" color -DIR 38;5;5# directory +DIR 38;5;5 # directory LINK 4;5;37 # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link