mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 18:14:44 +00:00
dell: Fix a trivial whitespace issue
This commit is contained in:
parent
882ab6b4d0
commit
9decf17d82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user