]> git.proxmox.com Git - mirror_ovs.git/commitdiff
dpif: Use spaces instead of tabs.
authorJustin Pettit <jpettit@ovn.org>
Thu, 20 Jul 2017 01:19:55 +0000 (18:19 -0700)
committerJustin Pettit <jpettit@ovn.org>
Thu, 21 Dec 2017 23:31:30 +0000 (15:31 -0800)
Signed-off-by: Justin Pettit <jpettit@ovn.org>
Reviewed-by: Greg Rose <gvrose8192@gmail.com>
lib/dpif.h

index ab898f4be2dd9bca19811bb3198a180c47489b84..2e739dc784be0d5cbf9830619fee01e54b69ef7d 100644 (file)
@@ -787,9 +787,9 @@ const char *dpif_upcall_type_to_string(enum dpif_upcall_type);
 struct dpif_upcall {
     /* All types. */
     struct dp_packet packet;    /* Packet data,'dp_packet' should be the first
-                                  member to avoid a hole. This is because
-                                  'rte_mbuf' in dp_packet is aligned atleast
-                                  on a 64-byte boundary */
+                                   member to avoid a hole. This is because
+                                   'rte_mbuf' in dp_packet is aligned atleast
+                                   on a 64-byte boundary */
     enum dpif_upcall_type type;
     struct nlattr *key;         /* Flow key. */
     size_t key_len;             /* Length of 'key' in bytes. */