gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36061 - gnunet/src/include
Date: Mon, 13 Jul 2015 14:11:25 +0200

Author: grothoff
Date: 2015-07-13 14:11:25 +0200 (Mon, 13 Jul 2015)
New Revision: 36061

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

Modified: gnunet/src/include/gnunet_signal_lib.h
===================================================================
--- gnunet/src/include/gnunet_signal_lib.h      2015-07-10 16:17:30 UTC (rev 
36060)
+++ gnunet/src/include/gnunet_signal_lib.h      2015-07-13 12:11:25 UTC (rev 
36061)
@@ -41,6 +41,7 @@
  */
 struct GNUNET_SIGNAL_Context;
 
+
 /**
  * A signal handler.  Since different OSes have different signatures
  * for their handlers, the API only gives the most restrictive
@@ -49,8 +50,10 @@
  * the implementation must guarantee that this handler is not called
  * for signals other than the one that it has been registered for.
  */
-typedef void (*GNUNET_SIGNAL_Handler) (void);
+typedef void
+(*GNUNET_SIGNAL_Handler) (void);
 
+
 /**
  * Install a signal handler that will be run if the
  * given signal is received.
@@ -60,8 +63,10 @@
  * @return context that can be used to restore, NULL on error
  */
 struct GNUNET_SIGNAL_Context *
-GNUNET_SIGNAL_handler_install (int signal, GNUNET_SIGNAL_Handler handler);
+GNUNET_SIGNAL_handler_install (int signal,
+                               GNUNET_SIGNAL_Handler handler);
 
+
 /**
  * Uninstall a previously installed signal hander.
  *




reply via email to

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