[libnet-dbus-perl] 21/335: Whitespace

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:12 UTC 2015


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

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit e8a58a161ff37cf2538aa01980b4fe98103cdb8f
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Sun Oct 31 14:39:20 2004 +0000

    Whitespace
---
 lib/Net/DBus/Binding/Connection.pm | 4 ++--
 lib/Net/DBus/RemoteObject.pm       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Net/DBus/Binding/Connection.pm b/lib/Net/DBus/Binding/Connection.pm
index 6347a51..7d43293 100644
--- a/lib/Net/DBus/Binding/Connection.pm
+++ b/lib/Net/DBus/Binding/Connection.pm
@@ -197,10 +197,10 @@ sub send_with_reply_and_block {
     my $type = $reply->dbus_message_get_type;
     if ($type == &Net::DBus::Binding::Message::MESSAGE_TYPE_ERROR) {
 	return Net::DBus::Binding::Message::Error->new(replyto => $msg,
-					 message => $reply);
+						       message => $reply);
     } elsif ($type == &Net::DBus::Binding::Message::MESSAGE_TYPE_METHOD_RETURN) {
 	return Net::DBus::Binding::Message::MethodReturn->new(call => $msg,
-						message => $reply);
+							      message => $reply);
     } else {
 	confess "unknown method reply type $type";
     }
diff --git a/lib/Net/DBus/RemoteObject.pm b/lib/Net/DBus/RemoteObject.pm
index e3d3a99..c61c88e 100644
--- a/lib/Net/DBus/RemoteObject.pm
+++ b/lib/Net/DBus/RemoteObject.pm
@@ -38,7 +38,7 @@ sub AUTOLOAD {
 							    object_path => $self->{object_path},
 							    method_name => $method,
 							    interface => $self->{interface});
-    
+
     my $iter = $call->iterator;
     foreach my $arg (@_) {
 	$iter->append($arg);

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



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