aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-03-23 11:43:54 -0700
committerBen Pfaff <blp@nicira.com>2012-03-23 12:20:07 -0700
commit05fe17646fc1ed2527f26eddb13e09ec14cc29b9 (patch)
treed1e8e3580516cf97faa904c4060859508842ca4e /ofproto/ofproto.h
parentada3428f0906c835d2f7e84745b0a477bade5a11 (diff)
treewide: Convert tabs to spaces in C source files written in OVS style.
The Open vSwitch C style doesn't use hard tabs. This commit doesn't touch files written in kernel style or that are imported from other projects where we want to minimize changes from upstream (the sflow files). Reported-by: Mehak Mahajan <mmahajan@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index adbb80d6..538c2c6e 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -185,8 +185,8 @@ int ofproto_port_dump_done(struct ofproto_port_dump *);
: (ofproto_port_dump_done(DUMP), false)); \
)
-#define OFPROTO_FLOW_EVICTON_THRESHOLD_DEFAULT 1000
-#define OFPROTO_FLOW_EVICTION_THRESHOLD_MIN 100
+#define OFPROTO_FLOW_EVICTON_THRESHOLD_DEFAULT 1000
+#define OFPROTO_FLOW_EVICTION_THRESHOLD_MIN 100
int ofproto_port_add(struct ofproto *, struct netdev *, uint16_t *ofp_portp);
int ofproto_port_del(struct ofproto *, uint16_t ofp_port);