Skip to content

Commit

Permalink
ofproto-dpif: Correct indentation of rule_dpif_{release, credit_stats}
Browse files Browse the repository at this point in the history
Correct indentation of rule_dpif_{release,credit_stats} prototypes.

This corrects a cosmetic problem introduced by
70742c7 ("ofproto-dpif: Hide struct rule_dpif internally.").

Cc: Ethan Jackson <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
horms authored and blp committed Sep 5, 2013
1 parent 57b9b45 commit cd1acaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ofproto/ofproto-dpif.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ bool rule_dpif_lookup_in_table(struct ofproto_dpif *, const struct flow *,
struct rule_dpif **rule)
OVS_TRY_RDLOCK(true, *rule);

void rule_dpif_release(struct rule_dpif *rule) OVS_RELEASES(rule);
void rule_dpif_release(struct rule_dpif *rule) OVS_RELEASES(rule);

void rule_dpif_credit_stats(struct rule_dpif *rule ,
const struct dpif_flow_stats *);
void rule_dpif_credit_stats(struct rule_dpif *rule ,
const struct dpif_flow_stats *);

bool rule_dpif_fail_open(const struct rule_dpif *rule);

Expand Down

0 comments on commit cd1acaa

Please sign in to comment.