remove trailing whitespace
[coreboot.git] / util / superiotool / amd.c
index 1c035234b2a0ebe75ae950ec15d697697f2f9fc4..5041ba87c05055ca4e13103e396c813e41e1c47b 100644 (file)
@@ -90,7 +90,7 @@ uint16_t detect_ec(void)
                return 0;
 
        ec_port = pci_read_word(dev, 0xa4);
-       
+
        if (!(ec_port & 0x1))
                return 0;