From b31da162a85e993e8bb4287db9b5d8bc6ef2e53f Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Wed, 21 Sep 2016 13:50:20 +0200 Subject: coding style fixes --- brandt.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'brandt.h') diff --git a/brandt.h b/brandt.h index 3ed48b6..2017a6b 100644 --- a/brandt.h +++ b/brandt.h @@ -29,8 +29,7 @@ #include /** 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; -- cgit v1.2.3