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 42327d4..6f3e419 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;
 }