aboutsummaryrefslogtreecommitdiff
path: root/hw/net/pcnet.h
diff options
context:
space:
mode:
authorAhmed Abouzied <email@aabouzied.com>2021-06-14 20:38:49 +0200
committerThomas Huth <thuth@redhat.com>2022-11-11 09:39:03 +0100
commitf469150be8d49649fa624b04c04795303aa635b1 (patch)
tree686e4450e584b88d9b1388e023cf325fdd0385b8 /hw/net/pcnet.h
parente0091133e3367265c08345afe2950c0c22e93d12 (diff)
downloadqemu-f469150be8d49649fa624b04c04795303aa635b1.zip
qemu-f469150be8d49649fa624b04c04795303aa635b1.tar.gz
qemu-f469150be8d49649fa624b04c04795303aa635b1.tar.bz2
net: Replace TAB indentations with spaces
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 <email@aabouzied.com> Message-Id: <20210614183849.20622-1-email@aabouzied.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> [thuth: Fixed mis-aligned indentation in some of the files] Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/net/pcnet.h')
-rw-r--r--hw/net/pcnet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/net/pcnet.h b/hw/net/pcnet.h
index f49b213..eb7f46a 100644
--- a/hw/net/pcnet.h
+++ b/hw/net/pcnet.h
@@ -4,8 +4,8 @@
#define PCNET_IOPORT_SIZE 0x20
#define PCNET_PNPMMIO_SIZE 0x20
-#define PCNET_LOOPTEST_CRC 1
-#define PCNET_LOOPTEST_NOCRC 2
+#define PCNET_LOOPTEST_CRC 1
+#define PCNET_LOOPTEST_NOCRC 2
#include "exec/memory.h"
#include "hw/irq.h"