summaryrefslogtreecommitdiff
path: root/bin/custodian-queue
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:23:46 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:23:46 +0000
commitd9f8cf24628ad0021c84c0aabcacae868597bfa6 (patch)
treebf424095f9ebf1770b9ec38a5961b779d0cd4f99 /bin/custodian-queue
parent4fc373ef8e3db10651f9215f78f4dea29c1474ee (diff)
Remove spaces inside blocks.
Diffstat (limited to 'bin/custodian-queue')
-rwxr-xr-xbin/custodian-queue10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/custodian-queue b/bin/custodian-queue
index e793657..dcb4b9a 100755
--- a/bin/custodian-queue
+++ b/bin/custodian-queue
@@ -63,11 +63,11 @@ if __FILE__ == $PROGRAM_NAME then
begin
opts = GetoptLong.new(
- [ '--flush', '-f', GetoptLong::NO_ARGUMENT ],
- [ '--help', '-h', GetoptLong::NO_ARGUMENT ],
- [ '--manual', '-m', GetoptLong::NO_ARGUMENT ],
- [ '--monitor', '-M', GetoptLong::OPTIONAL_ARGUMENT ],
- [ '--stats', '-s', GetoptLong::NO_ARGUMENT ]
+ ['--flush', '-f', GetoptLong::NO_ARGUMENT],
+ ['--help', '-h', GetoptLong::NO_ARGUMENT],
+ ['--manual', '-m', GetoptLong::NO_ARGUMENT],
+ ['--monitor', '-M', GetoptLong::OPTIONAL_ARGUMENT],
+ ['--stats', '-s', GetoptLong::NO_ARGUMENT]
)
opts.each do |opt, arg|
case opt