From: Ben Pfaff Date: Wed, 4 Mar 2009 21:08:45 +0000 (-0800) Subject: classifier: Style fix for test-classifier. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b3a311a14d4be19f412d42647ea4d82872bc551;p=openvswitch classifier: Style fix for test-classifier. Line was too long. --- diff --git a/tests/test-classifier.c b/tests/test-classifier.c index 9a824c33..72f5403a 100644 --- a/tests/test-classifier.c +++ b/tests/test-classifier.c @@ -114,7 +114,8 @@ tcls_insert(struct tcls *tcls, const struct test_rule *rule) { size_t i; - assert(rule->cls_rule.wc.wildcards || rule->cls_rule.priority == UINT16_MAX); + assert(rule->cls_rule.wc.wildcards + || rule->cls_rule.priority == UINT16_MAX); for (i = 0; i < tcls->n_rules; i++) { const struct cls_rule *pos = &tcls->rules[i]->cls_rule; if (pos->priority == rule->cls_rule.priority