From: Ian Jackson Date: Fri, 14 Aug 2015 13:17:27 +0000 (+0100) Subject: Reformat defvalopt calls table (nfc) X-Git-Tag: debian/1.2~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=94f6f3e79813b9ced5dc495eeea248d238fbc7fc;hp=43f1531a64965e10262a79b4be473e0417da9da6 Reformat defvalopt calls table (nfc) --- diff --git a/dgit b/dgit index b9982bbb..5b44af6b 100755 --- a/dgit +++ b/dgit @@ -3123,8 +3123,8 @@ sub defvalopt ($$$$) { } defvalopt '--since-version', '-v', '[^_]+|_', \$changes_since_version; -defvalopt '--distro', '-d', '.+', \$idistro; -defvalopt '--existing-package', '', '.*', \$existing_package; +defvalopt '--distro', '-d', '.+', \$idistro; +defvalopt '--existing-package','', '.*', \$existing_package; sub parseopts () { my $om;