aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-24 16:17:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-24 16:17:50 +0000
commit8a1a144ffda7e952fecc8d3da1ed8e83ca656f65 (patch)
tree9d0e2dd09ee899435a2d6c7b2b31ec1ecb52e7c6 /src/hostlist
parent219094661b70a0e635ba8f9d9944c05c995fb055 (diff)
downloadgnunet-8a1a144ffda7e952fecc8d3da1ed8e83ca656f65.tar.gz
gnunet-8a1a144ffda7e952fecc8d3da1ed8e83ca656f65.zip
indent
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 503adb8a0..109a38dbc 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1168,9 +1168,9 @@ handler_disconnect (void *cls,
1168 GNUNET_assert (stat_connection_count > 0); 1168 GNUNET_assert (stat_connection_count > 0);
1169 stat_connection_count--; 1169 stat_connection_count--;
1170 GNUNET_STATISTICS_update (stats, 1170 GNUNET_STATISTICS_update (stats,
1171 gettext_noop ("# active connections"), 1171 gettext_noop ("# active connections"),
1172 -1, 1172 -1,
1173 GNUNET_NO); 1173 GNUNET_NO);
1174} 1174}
1175 1175
1176/** 1176/**