Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / ectool / ec.c
index 351015d05049379fae99038c1f4afbd73c2b5111..35c8d789abc311efc9f8814a498e9436e2cd0c06 100644 (file)
@@ -121,6 +121,6 @@ uint8_t ec_idx_read(uint16_t addr)
 
        outb(addr & 0xff, lpc_idx + 2);
        outb(addr >> 8, lpc_idx + 1);
-       
+
        return inb(lpc_idx + 3);
 }