aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/scalarproduct
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/scalarproduct')
-rw-r--r--src/scalarproduct/gnunet-scalarproduct.c1
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.h1
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_alice.c1
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_bob.c3
-rw-r--r--src/scalarproduct/test_ecc_scalarproduct.c1
5 files changed, 5 insertions, 2 deletions
diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c
index 76320dbba..7dc8ff5c3 100644
--- a/src/scalarproduct/gnunet-scalarproduct.c
+++ b/src/scalarproduct/gnunet-scalarproduct.c
@@ -398,4 +398,5 @@ main (int argc, char *const *argv)
398 options, &run, NULL)) ? ret : 1; 398 options, &run, NULL)) ? ret : 1;
399} 399}
400 400
401
401/* end of gnunet-scalarproduct.c */ 402/* end of gnunet-scalarproduct.c */
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.h b/src/scalarproduct/gnunet-service-scalarproduct.h
index f2592bacf..4e79afa2f 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.h
+++ b/src/scalarproduct/gnunet-service-scalarproduct.h
@@ -136,7 +136,6 @@ struct BobCryptodataMultipartMessage
136}; 136};
137 137
138 138
139
140GNUNET_NETWORK_STRUCT_END 139GNUNET_NETWORK_STRUCT_END
141 140
142 141
diff --git a/src/scalarproduct/gnunet-service-scalarproduct_alice.c b/src/scalarproduct/gnunet-service-scalarproduct_alice.c
index 66b01c89e..44534c850 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct_alice.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct_alice.c
@@ -623,6 +623,7 @@ check_bobs_cryptodata_multipart (
623 return GNUNET_OK; 623 return GNUNET_OK;
624} 624}
625 625
626
626/** 627/**
627 * Handle a multipart chunk of a response we got from another service 628 * Handle a multipart chunk of a response we got from another service
628 * we wanted to calculate a scalarproduct with. 629 * we wanted to calculate a scalarproduct with.
diff --git a/src/scalarproduct/gnunet-service-scalarproduct_bob.c b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
index 23d59a36a..c000749af 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct_bob.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
@@ -202,7 +202,6 @@ struct BobServiceSession
202}; 202};
203 203
204 204
205
206/** 205/**
207 * GNUnet configuration handle 206 * GNUnet configuration handle
208 */ 207 */
@@ -524,6 +523,8 @@ transmit_bobs_cryptodata_message (struct BobServiceSession *s)
524 e); 523 e);
525 transmit_bobs_cryptodata_message_multipart (s); 524 transmit_bobs_cryptodata_message_multipart (s);
526} 525}
526
527
527#undef ELEMENT_CAPACITY 528#undef ELEMENT_CAPACITY
528 529
529 530
diff --git a/src/scalarproduct/test_ecc_scalarproduct.c b/src/scalarproduct/test_ecc_scalarproduct.c
index 1117f0811..eced3ef6a 100644
--- a/src/scalarproduct/test_ecc_scalarproduct.c
+++ b/src/scalarproduct/test_ecc_scalarproduct.c
@@ -173,4 +173,5 @@ main (int argc, char *argv[])
173 return 0; 173 return 0;
174} 174}
175 175
176
176/* end of test_ecc_scalarproduct.c */ 177/* end of test_ecc_scalarproduct.c */