wifi: fix code format

Fixes: 04edba879d ('core: use nm_strerror_native() instead of strerror()')
This commit is contained in:
Beniamino Galvani
2023-09-13 11:08:06 +02:00
parent 4fad098e8e
commit 349665082f

View File

@@ -1431,7 +1431,10 @@ try_delete_file:
if (g_remove(full_path) == 0)
_LOGD("IWD profile at %s removed", full_path);
else if (errno != ENOENT)
_LOGD("IWD profile at %s not removed: %s (%i)", full_path, nm_strerror_native(errno), errno);
_LOGD("IWD profile at %s not removed: %s (%i)",
full_path,
nm_strerror_native(errno),
errno);
}
static void