Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2.
[coreboot.git] / util / nvramtool / cmos_ops.c
index 73d68e0a23bc7a05ec274eaa40ea457821d1095d..86ffe1022b501f2519a42ecd2fed01b8a443683d 100644 (file)
@@ -122,7 +122,7 @@ int prepare_cmos_write(const cmos_entry_t * e, const char value_str[],
                break;
 
        case CMOS_ENTRY_HEX:
-               /* See if the first character of 'value_str' (excluding 
+               /* See if the first character of 'value_str' (excluding
                 * any initial whitespace) is a minus sign.
                 */
                for (p = value_str; isspace(*p); p++) ;