From d8f8cb126571f1db53b7638bc2cd170716571144 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 4 Apr 2024 09:29:02 +0200 Subject: Remove annoying linebreak --- src/idevicerestore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/idevicerestore.c b/src/idevicerestore.c index fc8b153..fdb340e 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -1257,8 +1257,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client) error("ERROR: Unable to get SHSH blobs for this device (local policy)\n"); return -1; } - if (get_recoveryos_root_ticket_tss_response(client, build_identity, &client->tss_recoveryos_root_ticket) < - 0) { + if (get_recoveryos_root_ticket_tss_response(client, build_identity, &client->tss_recoveryos_root_ticket) < 0) { error("ERROR: Unable to get SHSH blobs for this device (recovery OS Root Ticket)\n"); return -1; } -- cgit v1.1-32-gdbae