From 102279864185ce701d24275b837c5d820984372e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 26 Sep 2013 08:38:59 +0000 Subject: [PATCH] fixing indentation --- src/ats/gnunet-service-ats_normalization.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h index 45c862697..969263b3e 100644 --- a/src/ats/gnunet-service-ats_normalization.h +++ b/src/ats/gnunet-service-ats_normalization.h @@ -38,15 +38,15 @@ typedef void (*GAS_Normalization_preference_changed_cb) (void *cls, - const struct GNUNET_PeerIdentity *peer, - enum GNUNET_ATS_PreferenceKind kind, - double pref_rel); + const struct GNUNET_PeerIdentity *peer, + enum GNUNET_ATS_PreferenceKind kind, + double pref_rel); typedef void (*GAS_Normalization_property_changed_cb) (void *cls, - struct ATS_Address *peer, - uint32_t type, - double prop_rel); + struct ATS_Address *peer, + uint32_t type, + double prop_rel); /** * Get the normalized preference values for a specific peer -- 2.25.1