Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / arch / i386 / include / bitops.h
index fae2045b9afcbc7fd7b97066e39e1d02c26c0d09..9206465c770079525d5663d3833026853b0ccee0 100644 (file)
@@ -15,6 +15,6 @@ static inline unsigned long log2(unsigned long x)
                "1:\n\t"
                : "=r" (r) : "r" (x));
        return r;
-               
+
 }
 #endif /* I386_BITOPS_H */