diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-16 16:03:20 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-16 16:03:20 +0000 |
commit | 16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch) | |
tree | e09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/fs/gnunet-service-fs_pe.h | |
parent | 4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff) |
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.h')
-rw-r--r-- | src/fs/gnunet-service-fs_pe.h | 16 |
1 files changed, 10 insertions, 6 deletions
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 |