On 6/14/21 8:38 PM, Ahmed Abouzied wrote: > Replaces TABs with spaces, making sure to have a consistent coding style > of 4 space indentations in the net subsystem. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/377 > Signed-off-by: Ahmed Abouzied <em...@aabouzied.com> > --- > hw/net/can/ctu_can_fd_frame.h | 180 ++--- > hw/net/can/ctu_can_fd_regs.h | 1260 ++++++++++++++++----------------- > hw/net/e1000_regs.h | 30 +- > hw/net/mcf_fec.c | 8 +- > hw/net/ne2000.c | 138 ++-- > hw/net/pcnet.c | 136 ++-- > hw/net/pcnet.h | 4 +- > net/tap-linux.h | 10 +- > 8 files changed, 883 insertions(+), 883 deletions(-)
Looking at this change with 'git show --ignore-all-space' I see no difference, thus: Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>