summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-14 14:17:27 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-14 18:35:01 +0100
commit94f6f3e79813b9ced5dc495eeea248d238fbc7fc (patch)
treeea149e16a629b3e4f3359cc5832448a48574cc75
parent43f1531a64965e10262a79b4be473e0417da9da6 (diff)
Reformat defvalopt calls table (nfc)
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index b9982bb..5b44af6 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;