From 0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 23:49:45 +0200 Subject: Remove trailing whitespace errors from all files --- src/normal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/normal.c') diff --git a/src/normal.c b/src/normal.c index c05ed9d..d098066 100644 --- a/src/normal.c +++ b/src/normal.c @@ -145,7 +145,7 @@ int normal_check_mode(struct idevicerestore_client_t* client) { if (!device) { return -1; } - idevice_free(device); + idevice_free(device); return 0; } -- cgit v1.1-32-gdbae