From 0bf8171132228c5519257c4929da61c218c3f999 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Jul 2021 15:06:24 +0200 Subject: -fix indentation --- src/include/gnunet_nse_service.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h index 23aff01c3..0401e0cbc 100644 --- a/src/include/gnunet_nse_service.h +++ b/src/include/gnunet_nse_service.h @@ -66,11 +66,12 @@ struct GNUNET_NSE_Handle; * @param timestamp time when the estimate was received from the server (or created by the server) * @param logestimate the log(Base 2) value of the current network size estimate * @param std_dev standard deviation for the estimate - * */ -typedef void (*GNUNET_NSE_Callback) (void *cls, - struct GNUNET_TIME_Absolute timestamp, - double logestimate, double std_dev); +typedef void +(*GNUNET_NSE_Callback) (void *cls, + struct GNUNET_TIME_Absolute timestamp, + double logestimate, + double std_dev); /** @@ -93,7 +94,8 @@ typedef void (*GNUNET_NSE_Callback) (void *cls, */ struct GNUNET_NSE_Handle * GNUNET_NSE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, - GNUNET_NSE_Callback func, void *func_cls); + GNUNET_NSE_Callback func, + void *func_cls); /** -- cgit v1.2.3