aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_performance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-29 20:47:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-29 20:47:18 +0000
commit71ea5bd2d05058008e604ffd42993be9c7250e04 (patch)
treea5074671ddfaa9d1621a4182fc95a91a98b3d536 /src/ats/ats_api_performance.c
parentb335777fd435142c16eb05e86c8a64a4b1a45447 (diff)
downloadgnunet-71ea5bd2d05058008e604ffd42993be9c7250e04.tar.gz
gnunet-71ea5bd2d05058008e604ffd42993be9c7250e04.zip
-fixing indentation
Diffstat (limited to 'src/ats/ats_api_performance.c')
-rw-r--r--src/ats/ats_api_performance.c4
1 files changed, 2 insertions, 2 deletions
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,
307 address.address = plugin_address; 307 address.address = plugin_address;
308 address.address_length = plugin_address_length; 308 address.address_length = plugin_address_length;
309 address.transport_name = plugin_name; 309 address.transport_name = plugin_name;
310 ph->infocb (ph->infocb_cls, &address, 310 ph->infocb (ph->infocb_cls, &address, pi->bandwidth_out, pi->bandwidth_in,
311 pi->bandwidth_out, pi->bandwidth_in, atsi, ats_count); 311 atsi, ats_count);
312 return GNUNET_OK; 312 return GNUNET_OK;
313} 313}
314 314