aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-09-27 11:02:56 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-09-27 11:02:56 +0200
commit7ecc3a03a0670a1620c603502c9958b95e6dc1d0 (patch)
tree69d76fd05cbf0facae18b99b526c16426bf9b1c6 /src/messenger/gnunet-service-messenger_operation.c
parent1fef34e55a00816bdb237e87ff14d54e6575f763 (diff)
downloadgnunet-7ecc3a03a0670a1620c603502c9958b95e6dc1d0.tar.gz
gnunet-7ecc3a03a0670a1620c603502c9958b95e6dc1d0.zip
-indentation of parameters
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/messenger/gnunet-service-messenger_operation.c')
-rw-r--r--src/messenger/gnunet-service-messenger_operation.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messenger/gnunet-service-messenger_operation.c b/src/messenger/gnunet-service-messenger_operation.c
index d0c378699..a8744e577 100644
--- a/src/messenger/gnunet-service-messenger_operation.c
+++ b/src/messenger/gnunet-service-messenger_operation.c
@@ -58,7 +58,8 @@ static void
58callback_operation (void *cls); 58callback_operation (void *cls);
59 59
60struct GNUNET_MESSENGER_Operation* 60struct GNUNET_MESSENGER_Operation*
61load_operation (struct GNUNET_MESSENGER_OperationStore *store, const char *path) 61load_operation (struct GNUNET_MESSENGER_OperationStore *store,
62 const char *path)
62{ 63{
63 GNUNET_assert((store) && (path)); 64 GNUNET_assert((store) && (path));
64 65
@@ -118,7 +119,8 @@ destroy_config:
118} 119}
119 120
120void 121void
121save_operation (const struct GNUNET_MESSENGER_Operation *op, const char *path) 122save_operation (const struct GNUNET_MESSENGER_Operation *op,
123 const char *path)
122{ 124{
123 GNUNET_assert((path) && (op)); 125 GNUNET_assert((path) && (op));
124 126