summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-24 23:58:03 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-24 23:58:03 -0600
commit903884b327d46eadefaf3362744b31006b5d729a (patch)
tree0ec8ecbf477629179b96baed354bcdfcaf1944e3 /src/lib
parente398216226767990c0453b4c2b9ef49b75473f19 (diff)
Enforce two spaces after a period.
Diffstat (limited to 'src/lib')
-rwxr-xr-xsrc/lib/libreblacklist2
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