Fixed some tab/space issues.
authorJustin Pettit <jpettit@nicira.com>
Sun, 30 Mar 2008 08:38:01 +0000 (01:38 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sun, 30 Mar 2008 08:38:01 +0000 (01:38 -0700)
datapath/table-hash.c

index 42327d4ca51f50e8a1b0446384fa578fe3bf9267..6f3e419628984e0edb85ccb5b3e3ef14fb88fd91 100644 (file)
@@ -440,7 +440,7 @@ kmem_alloc(size_t size)
                ptr = vmalloc(size);
                if (ptr)
                        printk("openflow: used vmalloc for %lu bytes\n", 
-                    (unsigned long)size);
+                                       (unsigned long)size);
        }
        return ptr;
 }