]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/misc/max111x.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / hw / misc / max111x.c
index 6dbdc03677e3a02524442325b6c5fd64933033a3..ac6d35a81d4b7e38b4cb55ba7b78cb7289a96aeb 100644 (file)
@@ -43,9 +43,9 @@ typedef struct {
 #define CB_START       (1 << 7)
 
 #define CHANNEL_NUM(v, b0, b1, b2)     \
-                       ((((v) >> (2 + (b0))) & 4) |    \
-                        (((v) >> (3 + (b1))) & 2) |    \
-                        (((v) >> (4 + (b2))) & 1))
+                        ((((v) >> (2 + (b0))) & 4) |   \
+                         (((v) >> (3 + (b1))) & 2) |   \
+                         (((v) >> (4 + (b2))) & 1))
 
 static uint32_t max111x_read(MAX111xState *s)
 {