[libanyevent-rabbitmq-perl] 129/151: Fix spacing/tabs

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.

commit 5902f389692559d54df9c6ae66caa9a723122a2f
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Feb 25 11:52:29 2013 +0000

    Fix spacing/tabs
---
 xt/04_anyevent.t | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xt/04_anyevent.t b/xt/04_anyevent.t
index 515d80a..c2169f7 100644
--- a/xt/04_anyevent.t
+++ b/xt/04_anyevent.t
@@ -77,7 +77,7 @@ $done->recv;
 sub open_ch {
     my ($cv,) = @_;
     $ar->open_channel(
-	on_success => sub {
+    on_success => sub {
             $ch = shift;
             isa_ok($ch, 'AnyEvent::RabbitMQ::Channel');
             $cv->send;
@@ -310,8 +310,8 @@ SKIP: {
 
     $done = AnyEvent->condvar;
     $ch->confirm(
-	on_success => sub { $done->send },
-    	on_failure => failure_cb($done),
+    on_success => sub { $done->send },
+        on_failure => failure_cb($done),
     );
     $done->recv;
     pass('confirm');
@@ -477,7 +477,7 @@ sub publish {
 
     return;
 }
- 
+
 sub send_large_size_message {
     my ($ch, $size,) = @_;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl.git



More information about the Pkg-perl-cvs-commits mailing list