From cd1acaab0a125b4578dbcc686ea9f4cc5de5fb1a Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 5 Sep 2013 15:32:32 +0900 Subject: [PATCH 1/1] ofproto-dpif: Correct indentation of rule_dpif_{release, credit_stats} Correct indentation of rule_dpif_{release,credit_stats} prototypes. This corrects a cosmetic problem introduced by 70742c7f54e7f147 ("ofproto-dpif: Hide struct rule_dpif internally."). Cc: Ethan Jackson Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index eb724d5ee..7efc8d736 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -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); -- 2.43.0