aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-09-21 13:50:20 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-09-21 13:50:20 +0200
commitb31da162a85e993e8bb4287db9b5d8bc6ef2e53f (patch)
treefca58833e5fd19b750ad1aa165661f0bc5200d1b /brandt.h
parent658cb968460233a04e77d37558275a894e9d345c (diff)
downloadlibbrandt-b31da162a85e993e8bb4287db9b5d8bc6ef2e53f.tar.gz
libbrandt-b31da162a85e993e8bb4287db9b5d8bc6ef2e53f.zip
coding style fixes
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/brandt.h b/brandt.h
index 3ed48b6..2017a6b 100644
--- a/brandt.h
+++ b/brandt.h
@@ -29,8 +29,7 @@
29#include <gnunet/gnunet_util_lib.h> 29#include <gnunet/gnunet_util_lib.h>
30 30
31/** Enumeration of all possible status reports for a single bidder */ 31/** Enumeration of all possible status reports for a single bidder */
32enum BRANDT_BidderStatus 32enum BRANDT_BidderStatus {
33{
34 BRANDT_bidder_won, 33 BRANDT_bidder_won,
35}; 34};
36 35
@@ -41,8 +40,7 @@ struct BRANDT_Auction;
41 * An array of this struct is given to the application by the BRANDT_CbResult() 40 * An array of this struct is given to the application by the BRANDT_CbResult()
42 * callback. One instance represents the status of a single bidder. 41 * callback. One instance represents the status of a single bidder.
43 */ 42 */
44struct BRANDT_Result 43struct BRANDT_Result {
45{
46 /** Id of the bidder this instance refers to */ 44 /** Id of the bidder this instance refers to */
47 uint16_t bidder; 45 uint16_t bidder;
48 46