]> git.mjollnir.org Git - cil.git/commitdiff
Just whitespace changes
authorAndrew Chilton <andychilton@gmail.com>
Mon, 5 May 2008 12:17:42 +0000 (00:17 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Mon, 5 May 2008 12:17:42 +0000 (00:17 +1200)
bin/cil

diff --git a/bin/cil b/bin/cil
index bdd7c55996f9b29bcddfd26960a1a7b4d865c518..61f1a95ce8aefaaca14e3e9ef5a3be78ea388ffd 100755 (executable)
--- a/bin/cil
+++ b/bin/cil
@@ -87,10 +87,12 @@ EOF
     }
     elsif ( $command eq 'add' ) {
         add();
+
     }
     elsif ( $command eq 'edit' ) {
         my ($issue_name) = @ARGV;
         edit($issue_name);
+
     }
     elsif ( $command eq 'comment' ) {
         my ($issue_name) = @ARGV;