newblue: Fix -Wmisleading-indentation warning

Fix the following warning introduced in the new llvm-next compiler:

vendorLib.c:451:17: error: misleading indentation; statement is not part
of the previous 'if' [-Werror,-Wmisleading-indentation]
            for(i = 0; i < sz; i++) {
            ^
vendorLib.c:448:13: note: previous statement is here
            if (!sz)
            ^
1 error generated.

BUG=chromium:1041755
TEST=emerge-kevin newblue passed

Change-Id: If23107ec2374146cffca8c911c2489eff7522337
1 file changed