diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-16 16:03:20 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-16 16:03:20 +0000 |
commit | c9c1a78c4681e578b89f812ba46013a04b1a849b (patch) | |
tree | e09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/include/gnunet_signal_lib.h | |
parent | 2f28a990d25bf78d2bba4ee61333484cad59ba69 (diff) |
even nicer indentation, thanks to LRN's indent patch
git-svn-id: https://gnunet.org/svn/gnunet@16587 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include/gnunet_signal_lib.h')
-rw-r--r-- | src/include/gnunet_signal_lib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_signal_lib.h b/src/include/gnunet_signal_lib.h index e386ccc0ed..1597c76d02 100644 --- a/src/include/gnunet_signal_lib.h +++ b/src/include/gnunet_signal_lib.h @@ -59,9 +59,8 @@ typedef void (*GNUNET_SIGNAL_Handler) (void); * @param handler the function to call * @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); +struct GNUNET_SIGNAL_Context * +GNUNET_SIGNAL_handler_install (int signal, GNUNET_SIGNAL_Handler handler); /** * Uninstall a previously installed signal hander. @@ -69,7 +68,8 @@ struct GNUNET_SIGNAL_Context *GNUNET_SIGNAL_handler_install (int signal, * @param ctx context that was returned when the * signal handler was installed */ -void GNUNET_SIGNAL_handler_uninstall (struct GNUNET_SIGNAL_Context *ctx); +void +GNUNET_SIGNAL_handler_uninstall (struct GNUNET_SIGNAL_Context *ctx); #if 0 /* keep Emacsens' auto-indent happy */ |