diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 23:58:03 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 23:58:03 -0600 |
commit | 903884b327d46eadefaf3362744b31006b5d729a (patch) | |
tree | 0ec8ecbf477629179b96baed354bcdfcaf1944e3 /src/lib | |
parent | e398216226767990c0453b4c2b9ef49b75473f19 (diff) |
Enforce two spaces after a period.
Diffstat (limited to 'src/lib')
-rwxr-xr-x | src/lib/libreblacklist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libreblacklist b/src/lib/libreblacklist index 5eaec4e..1e5a467 100755 --- a/src/lib/libreblacklist +++ b/src/lib/libreblacklist @@ -30,7 +30,7 @@ blacklist-normalize() { # Usage: blacklist-cat # Prints the blacklist. -# Uses the cache, but downloads it if it doesn't exist. Also normalizes the blacklist for easier parsing. +# Uses the cache, but downloads it if it doesn't exist. Also normalizes the blacklist for easier parsing. blacklist-cat() { local file="$XDG_CACHE_HOME/libretools/blacklist.txt" if ! [[ -e $file ]]; then |