Skip to content

Commit

Permalink
clusterd: Remove redundant blank lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Oct 5, 2018
1 parent c93face commit 5ce65e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clusterd/clusterd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ sub new # ( Proto=>'udp',Broadcast=>1,LocalPort=>$UDP_PORT )
return bless \$socket,$class;
}


sub send_data
{
my ($self,$ip,$port,$data)=@_;
Expand All @@ -174,7 +173,6 @@ sub send_data
$$self->send($data,0,pack_sockaddr_in($port,$ip_address)) or carp "$!\n";
}


sub reader
{
my ($self,$sub)=@_;
Expand Down

0 comments on commit 5ce65e5

Please sign in to comment.