aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 18:36:52 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 18:36:52 +0000
commite9f377cc63ccf82da36cfd6fc1a969940be61f8e (patch)
tree9839b86e8968df05d5440e4191558cfac550ce0a /src
parented8beb3bda5f3b1d2bf31f57f077bf90e40af812 (diff)
downloadgnunet-e9f377cc63ccf82da36cfd6fc1a969940be61f8e.tar.gz
gnunet-e9f377cc63ccf82da36cfd6fc1a969940be61f8e.zip
-indent
Diffstat (limited to 'src')
-rw-r--r--src/ats/gnunet-service-ats_plugins.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_plugins.c b/src/ats/gnunet-service-ats_plugins.c
index 131d8d634..c9ee69202 100644
--- a/src/ats/gnunet-service-ats_plugins.c
+++ b/src/ats/gnunet-service-ats_plugins.c
@@ -555,7 +555,8 @@ GAS_plugin_solver_unlock ()
555void 555void
556GAS_plugin_request_connect_start (const struct GNUNET_PeerIdentity *pid) 556GAS_plugin_request_connect_start (const struct GNUNET_PeerIdentity *pid)
557{ 557{
558 sf->s_get (sf->cls, pid); 558 sf->s_get (sf->cls,
559 pid);
559} 560}
560 561
561 562