Skip to content

Commit

Permalink
Replace tabs to whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshaykhullin committed Mar 19, 2019
1 parent 6362954 commit cc8c774
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ public void _Private_ExchangeBind(string destination,
bool nowait,
IDictionary<string, object> arguments)
{
m_delegate._Private_ExchangeBind(destination, source, routingKey,
m_delegate._Private_ExchangeBind(destination, source, routingKey,
nowait, arguments);
}

Expand All @@ -670,7 +670,7 @@ public void _Private_ExchangeDeclare(string exchange,
bool nowait,
IDictionary<string, object> arguments)
{
m_delegate._Private_ExchangeDeclare(exchange, type, passive,
m_delegate._Private_ExchangeDeclare(exchange, type, passive,
durable, autoDelete, @internal,
nowait, arguments);
}
Expand Down Expand Up @@ -698,7 +698,7 @@ public void _Private_QueueBind(string queue,
bool nowait,
IDictionary<string, object> arguments)
{
m_delegate._Private_QueueBind(queue, exchange, routingKey,
m_delegate._Private_QueueBind(queue, exchange, routingKey,
nowait, arguments);
}

Expand Down

0 comments on commit cc8c774

Please sign in to comment.