From c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 15:09:28 +0200 Subject: global reindent, now with uncrustify hook enabled --- src/fs/gnunet-service-fs_push.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/fs/gnunet-service-fs_push.h') diff --git a/src/fs/gnunet-service-fs_push.h b/src/fs/gnunet-service-fs_push.h index 0917364e2..2cd621bbb 100644 --- a/src/fs/gnunet-service-fs_push.h +++ b/src/fs/gnunet-service-fs_push.h @@ -33,14 +33,14 @@ * Setup the module. */ void -GSF_push_init_(void); +GSF_push_init_ (void); /** * Shutdown the module. */ void -GSF_push_done_(void); +GSF_push_done_ (void); /** @@ -50,7 +50,7 @@ GSF_push_done_(void); * @param peer handle for the peer that connected */ void -GSF_push_start_(struct GSF_ConnectedPeer *peer); +GSF_push_start_ (struct GSF_ConnectedPeer *peer); /** @@ -60,7 +60,7 @@ GSF_push_start_(struct GSF_ConnectedPeer *peer); * @param peer handle for the peer that disconnected */ void -GSF_push_stop_(struct GSF_ConnectedPeer *peer); +GSF_push_stop_ (struct GSF_ConnectedPeer *peer); #endif -- cgit v1.2.3