From 71ea5bd2d05058008e604ffd42993be9c7250e04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Nov 2011 20:47:18 +0000 Subject: -fixing indentation --- src/ats/ats_api_performance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ats/ats_api_performance.c') diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c index 9739ac1e5..c9f9a0b38 100644 --- a/src/ats/ats_api_performance.c +++ b/src/ats/ats_api_performance.c @@ -307,8 +307,8 @@ process_pi_message (struct GNUNET_ATS_PerformanceHandle *ph, address.address = plugin_address; address.address_length = plugin_address_length; address.transport_name = plugin_name; - ph->infocb (ph->infocb_cls, &address, - pi->bandwidth_out, pi->bandwidth_in, atsi, ats_count); + ph->infocb (ph->infocb_cls, &address, pi->bandwidth_out, pi->bandwidth_in, + atsi, ats_count); return GNUNET_OK; } -- cgit v1.2.3