Fix indentation error.
authorBen Pfaff <blp@nicira.com>
Fri, 30 Jan 2009 00:47:42 +0000 (16:47 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 20:51:59 +0000 (12:51 -0800)
lib/vconn.c

index bc01d4ac1328cc34980bbb07339ec7bd78246ec6..043312ce86a1e2f648368668ff35237908bcf4ea 100644 (file)
@@ -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",