remove spaces within tabs (\t( )+\t)

This commit is contained in:
Martin Willi
2009-09-04 15:00:19 +02:00
parent 323f9f990f
commit b9b8a98f47
45 changed files with 103 additions and 103 deletions
+1 -1
View File
@@ -892,7 +892,7 @@ static status_t process_message(private_task_manager_t *this, message_t *msg)
host_t *me, *other;
DBG1(DBG_IKE, "received retransmit of request with ID %d, "
"retransmitting response", mid);
"retransmitting response", mid);
clone = this->responding.packet->clone(this->responding.packet);
me = msg->get_destination(msg);
other = msg->get_source(msg);