diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-21 13:50:20 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-21 13:50:20 +0200 |
commit | b31da162a85e993e8bb4287db9b5d8bc6ef2e53f (patch) | |
tree | fca58833e5fd19b750ad1aa165661f0bc5200d1b /brandt.h | |
parent | 658cb968460233a04e77d37558275a894e9d345c (diff) |
coding style fixes
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -29,8 +29,7 @@ #include <gnunet/gnunet_util_lib.h> /** Enumeration of all possible status reports for a single bidder */ -enum BRANDT_BidderStatus -{ +enum BRANDT_BidderStatus { BRANDT_bidder_won, }; @@ -41,8 +40,7 @@ struct BRANDT_Auction; * An array of this struct is given to the application by the BRANDT_CbResult() * callback. One instance represents the status of a single bidder. */ -struct BRANDT_Result -{ +struct BRANDT_Result { /** Id of the bidder this instance refers to */ uint16_t bidder; |