Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / devices / oprom / yabel / compat / functions.c
index 035c8bc86e3d9edf63b74fb99b97a9863b57f65a..c9ef0b7d7779c59d441c0248f67d8dc836b36bb8 100644 (file)
@@ -61,6 +61,6 @@ u64 get_time(void)
        "rdtsc"
         : "=a"(eax), "=d"(edx)
         : /* no inputs, no clobber */);
-    act = ((u64) edx << 32) | eax; 
+    act = ((u64) edx << 32) | eax;
     return act;
 }