From a793c0e6c529a904948c1a785681c801433cc88e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 1 Dec 2015 13:19:14 +1300 Subject: Fix some trailing spaces --- bash/bashrc.d/man.bash | 2 +- bin/vis | 2 +- gnupg/sks-keyservers.net/README.markdown | 2 +- wyrd/wyrdrc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bash/bashrc.d/man.bash b/bash/bashrc.d/man.bash index b43ee934..d982a166 100644 --- a/bash/bashrc.d/man.bash +++ b/bash/bashrc.d/man.bash @@ -10,7 +10,7 @@ _man() { # If this is the second word, and the previous word was a number, we'll # assume that's the section to search - local section + local section if ((COMP_CWORD > 1)) && [[ ${COMP_WORDS[COMP_CWORD-1]} != [^0-9] ]] ; then section='man'${COMP_WORDS[COMP_CWORD-1]} fi diff --git a/bin/vis b/bin/vis index f88c0e0e..efeb6b44 100755 --- a/bin/vis +++ b/bin/vis @@ -8,7 +8,7 @@ # Copyright: 2015 # License: Public domain # - + # Name self self=vis diff --git a/gnupg/sks-keyservers.net/README.markdown b/gnupg/sks-keyservers.net/README.markdown index aca7ac2a..12e77619 100644 --- a/gnupg/sks-keyservers.net/README.markdown +++ b/gnupg/sks-keyservers.net/README.markdown @@ -4,7 +4,7 @@ sks-keyservers.net CA, CRL, and signature These files are downloaded from links on the [sks-keyservers.net][1] overview page. I've included both their signature file and the revocation list, but it's your responsibility to make sure that everything here is verified to your -satisfaction. +satisfaction. [1]: https://sks-keyservers.net/overview-of-pools.php diff --git a/wyrd/wyrdrc b/wyrd/wyrdrc index 8b9363c3..8abd2b8b 100644 --- a/wyrd/wyrdrc +++ b/wyrd/wyrdrc @@ -13,7 +13,7 @@ set edit_any_command="${VISUAL:-$EDITOR} %file%" # templates for creating new appointments -# %monname% -> month name, %mon% -> month number, %mday% -> day of the month, +# %monname% -> month name, %mon% -> month number, %mday% -> day of the month, # %year% -> year, %hour% -> hour, %min% -> minute, %wdayname% -> weekday name # %wday% -> weekday number set timed_template="REM %monname% %mday% %year% AT %hour%:%min% DURATION 1:00 MSG " @@ -35,7 +35,7 @@ set busy_algorithm="1" # for busy_algorithm="2", assume that untimed reminders occupy this many minutes set untimed_duration="60" -# if busy_algorithm="1", number of reminders per day allowed for each calendar +# if busy_algorithm="1", number of reminders per day allowed for each calendar # colorization level; if busy_algorithm="2", use number of hours of reminders # per day set busy_level1="1" # level1 color -- cgit v1.2.3