tree-wide: replace tab with space, adjust missing or duplicated space

This commit is contained in:
Yu Watanabe
2025-11-24 12:59:22 +09:00
committed by Zbigniew Jędrzejewski-Szmek
parent 332bce5bd7
commit f866ff3df8
10 changed files with 56 additions and 56 deletions

View File

@@ -2622,7 +2622,7 @@ static int exec_context_deserialize(ExecContext *c, FILE *f) {
return r;
} else if ((val = startswith(l, "exec-context-root-hash-sig="))) {
iovec_done(&c->root_hash_sig);
r= unbase64mem(val, &c->root_hash_sig.iov_base, &c->root_hash_sig.iov_len);
r = unbase64mem(val, &c->root_hash_sig.iov_base, &c->root_hash_sig.iov_len);
if (r < 0)
return r;
} else if ((val = startswith(l, "exec-context-root-ephemeral="))) {