From 384d6a2e56d05c64a54c044449fdd29a442fbfd5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 29 Jan 2009 16:47:42 -0800 Subject: [PATCH] Fix indentation error. --- lib/vconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2