openflow: Use spaces for indentation
[openvswitch] / ofproto / ofproto-dpif-governor.c
index 7e3ecfae16a33d70b46dded3cbefca03f61aad7d..817186ae52344160f82d5d6292edc7b2e99a54f6 100644 (file)
@@ -162,7 +162,7 @@ governor_new_generation(struct governor *g, unsigned int size)
     if (g->size != size) {
         if (!g->size) {
             VLOG_INFO("%s: engaging governor with %u kB hash table",
-                      g->name, g->size / 1024);
+                      g->name, size / 1024);
         } else {
             VLOG_INFO("%s: processed %u packets in %.2f s, "
                       "%s hash table to %u kB",