dell: Fix a trivial whitespace issue

This commit is contained in:
Richard Hughes 2017-09-16 18:39:15 +01:00
parent 882ab6b4d0
commit 9decf17d82

View File

@ -793,7 +793,7 @@ fu_plugin_update (FuPlugin *plugin,
g_autoptr(GString) err_string = g_string_new ("Dell firmware update failed:\n");
rc = 1;
for (int i =0; rc > 0; i++) {
for (int i = 0; rc > 0; i++) {
char *filename = NULL;
char *function = NULL;
char *message = NULL;