Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / payloads / libpayload / drivers / nvram.c
index 502cf6e5875fa426980647cb96e42f2ee3497244..86ff6704256bc00a0b46e66649d1f800c89031b2 100644 (file)
@@ -68,7 +68,7 @@
 
 /**
  * Read a byte from the specified NVRAM address.
- * 
+ *
  * @param addr The NVRAM address to read a byte from.
  * @return The byte at the given NVRAM address.
  */
@@ -82,7 +82,7 @@ u8 nvram_read(u8 addr)
 
 /**
  * Write a byte to the specified NVRAM address.
- * 
+ *
  * @param val The byte to write to NVRAM.
  * @param addr The NVRAM address to write to.
  */