gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33546 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r33546 - gnunet/src/include
Date: Thu, 5 Jun 2014 23:53:47 +0200

Author: grothoff
Date: 2014-06-05 23:53:47 +0200 (Thu, 05 Jun 2014)
New Revision: 33546

Modified:
   gnunet/src/include/gnunet_identity_service.h
Log:
-indentation fixes

Modified: gnunet/src/include/gnunet_identity_service.h
===================================================================
--- gnunet/src/include/gnunet_identity_service.h        2014-06-05 21:45:56 UTC 
(rev 33545)
+++ gnunet/src/include/gnunet_identity_service.h        2014-06-05 21:53:47 UTC 
(rev 33546)
@@ -134,10 +134,11 @@
  *                   NULL if the user just deleted the ego and it
  *                   must thus no longer be used
  */
-typedef void (*GNUNET_IDENTITY_Callback)(void *cls,
-                                        struct GNUNET_IDENTITY_Ego *ego,
-                                        void **ctx,
-                                        const char *name);
+typedef void
+(*GNUNET_IDENTITY_Callback)(void *cls,
+                            struct GNUNET_IDENTITY_Ego *ego,
+                            void **ctx,
+                            const char *name);
 
 
 /**
@@ -178,8 +179,9 @@
  * @param cls closure
  * @param emsg NULL on success, otherwise an error message
  */
-typedef void (*GNUNET_IDENTITY_Continuation)(void *cls,
-                                            const char *emsg);
+typedef void
+(*GNUNET_IDENTITY_Continuation)(void *cls,
+                                const char *emsg);
 
 
 /**
@@ -279,8 +281,9 @@
  * @param cls closure
  * @param ego NULL on error / ego not found
  */
-typedef void (*GNUNET_IDENTITY_EgoCallback)(void *cls,
-                                           const struct GNUNET_IDENTITY_Ego 
*ego);
+typedef void
+(*GNUNET_IDENTITY_EgoCallback)(void *cls,
+                               const struct GNUNET_IDENTITY_Ego *ego);
 
 /**
  * Handle for ego lookup.




reply via email to

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