From: Ben Pfaff Date: Fri, 30 Jan 2009 00:47:42 +0000 (-0800) Subject: Fix indentation error. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384d6a2e56d05c64a54c044449fdd29a442fbfd5;p=openvswitch Fix indentation error. --- diff --git a/lib/vconn.c b/lib/vconn.c index bc01d4ac..043312ce 100644 --- a/lib/vconn.c +++ b/lib/vconn.c @@ -1107,7 +1107,7 @@ flow_stats_next(struct flow_stats_iterator *iter) length = ntohs(fs->length); if (length < sizeof *fs) { VLOG_WARN_RL(&rl, "flow stats length %zu is shorter than min %zu", - length, sizeof *fs); + length, sizeof *fs); return NULL; } else if (length > bytes_left) { VLOG_WARN_RL(&rl, "flow stats length %zu but only %td bytes left",