summaryrefslogtreecommitdiffstats
path: root/src/img3.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 23:49:45 +0200
committerGravatar Martin Szulecki2020-06-08 23:49:45 +0200
commit0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 (patch)
tree01b051007d0e87d3a7c43020457500acf9b17c48 /src/img3.c
parent60e69ac4759026ab564280b8406c7ac1c840b6b0 (diff)
downloadidevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.gz
idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.bz2
Remove trailing whitespace errors from all files
Diffstat (limited to 'src/img3.c')
-rw-r--r--src/img3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/img3.c b/src/img3.c
index c58d8a3..fb8d49e 100644
--- a/src/img3.c
+++ b/src/img3.c
@@ -413,7 +413,7 @@ int img3_stitch_component(const char* component_name, const unsigned char* compo
}
info("Personalizing IMG3 component %s...\n", component_name);
-
+
/* parse current component as img3 */
img3 = img3_parse_file(component_data, component_size);
if (img3 == NULL) {