xen: Code style conformity
[platform/kernel/u-boot.git] / lib / sscanf.c
index d1e2dc2..4c35c03 100644 (file)
@@ -555,7 +555,8 @@ literal:
                        if (flags & SUPPRESS) {
                                size_t sum = 0;
 
-                               if ((n = inr) < width) {
+                               n = inr;
+                               if (n < width) {
                                        sum += n;
                                        width -= n;
                                        inp += n;