From 16a6919a9f98ee9fa1fee9dd262906c321004a19 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Aug 2011 16:03:20 +0000 Subject: even nicer indentation, thanks to LRN's indent patch --- src/fs/gnunet-service-fs_pe.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src/fs/gnunet-service-fs_pe.h') diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h index cfaeabe224..23787908e5 100644 --- a/src/fs/gnunet-service-fs_pe.h +++ b/src/fs/gnunet-service-fs_pe.h @@ -35,8 +35,8 @@ * @param cp peer with the entry * @param pr request with the entry */ -void GSF_plan_add_ (struct GSF_ConnectedPeer *cp, - struct GSF_PendingRequest *pr); +void +GSF_plan_add_ (struct GSF_ConnectedPeer *cp, struct GSF_PendingRequest *pr); /** @@ -45,7 +45,8 @@ void GSF_plan_add_ (struct GSF_ConnectedPeer *cp, * * @param cp connected peer */ -void GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp); +void +GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp); /** @@ -54,19 +55,22 @@ void GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp); * * @param pr request that is done */ -void GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr); +void +GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr); /** * Initialize plan subsystem. */ -void GSF_plan_init (void); +void +GSF_plan_init (void); /** * Shutdown plan subsystem. */ -void GSF_plan_done (void); +void +GSF_plan_done (void); #endif -- cgit v1.2.3-18-g5258