recovery: [cosmetic] replace whitespaces with tabs where appropriate

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
(cherry picked from commit f806979c84)
This commit is contained in:
Hector Palacios 2021-08-25 12:16:01 +02:00
parent 846bccc8bf
commit c93945c995
1 changed files with 19 additions and 21 deletions

View File

@ -773,9 +773,7 @@ int set_encryption_key(char *key, unsigned char force)
}
}
key_cmd =
calloc(1,
strlen("encryption_key=") +
key_cmd = calloc(1, strlen("encryption_key=") +
(generate_random_key ? 0 : strlen(key)) + 1);
if (!key_cmd) {
fprintf(stderr, "Error: calloc 'key_cmd'\n");