fixing indentation
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 08:38:59 +0000 (08:38 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 08:38:59 +0000 (08:38 +0000)
src/ats/gnunet-service-ats_normalization.h

index 45c862697a6cdc1577f6341285fd0b66a5d0f9b1..969263b3e8ad9b61aae5fae23ece75aea9448ecc 100644 (file)
 
 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