classifier: Style fix for test-classifier.
authorBen Pfaff <blp@nicira.com>
Wed, 4 Mar 2009 21:08:45 +0000 (13:08 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Mar 2009 21:29:06 +0000 (13:29 -0800)
Line was too long.

tests/test-classifier.c

index 9a824c33cfaa27dc743682d5ee6509dc0fdba29c..72f5403a38e91ef100eaef12e8bb19ec32006f3b 100644 (file)
@@ -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