Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / msrtool / msrtool.c
index 47b4938739afcb94c0c548ae13b26617b87ea14f..9cbf358ce4897a7f80e59e3431190e6ca45682e4 100644 (file)
@@ -346,7 +346,7 @@ int main(int argc, char *argv[]) {
        if (targets)
                for (tn = 0; tn < targets_found; tn++)
                        printf_quiet("Forced target %s: %s\n", targets[tn]->name, targets[tn]->prettyname);
-       else 
+       else
                for (t = alltargets; !TARGET_ISEOT(*t); t++) {
                        printf_verbose("Probing for target %s: %s\n", t->name, t->prettyname);
                        if (!t->probe(t))