anv: Strip trailing space in anv_private.h

This commit is contained in:
Chad Versace 2015-11-12 12:24:01 -08:00
parent addc2a9d02
commit c6493dff79

View file

@ -808,7 +808,7 @@ struct anv_buffer {
/* Set when bound */
struct anv_bo * bo;
VkDeviceSize offset;
VkDeviceSize offset;
};
enum anv_cmd_dirty_bits {