style: fix missing spaces in control statements
[gem5.git] / src / base / fenv.c
index ed06e220da8268d429468d17410a910890ccde00..8004becccf3e7be9dfdbd465a9252bafb79361e0 100644 (file)
@@ -47,7 +47,7 @@ int m5_fegetround()
 {
     int x;
     int rm = fegetround();
-    for(x = 0; x < 4; x++)
+    for (x = 0; x < 4; x++)
         if (m5_round_ops[x] == rm)
             return x;
     abort();