gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29577 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r29577 - gnunet/src/ats
Date: Thu, 26 Sep 2013 10:38:59 +0200

Author: wachs
Date: 2013-09-26 10:38:59 +0200 (Thu, 26 Sep 2013)
New Revision: 29577

Modified:
   gnunet/src/ats/gnunet-service-ats_normalization.h
Log:
fixing indentation


Modified: gnunet/src/ats/gnunet-service-ats_normalization.h
===================================================================
--- gnunet/src/ats/gnunet-service-ats_normalization.h   2013-09-26 08:31:14 UTC 
(rev 29576)
+++ gnunet/src/ats/gnunet-service-ats_normalization.h   2013-09-26 08:38:59 UTC 
(rev 29577)
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]