projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7e7d5
)
classifier: Style fix for test-classifier.
author
Ben Pfaff
<blp@nicira.com>
Wed, 4 Mar 2009 21:08:45 +0000
(13:08 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 4 Mar 2009 21:29:06 +0000
(13:29 -0800)
Line was too long.
tests/test-classifier.c
patch
|
blob
|
history
diff --git
a/tests/test-classifier.c
b/tests/test-classifier.c
index 9a824c33cfaa27dc743682d5ee6509dc0fdba29c..72f5403a38e91ef100eaef12e8bb19ec32006f3b 100644
(file)
--- 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