wifi: fix code format
Fixes: 04edba879d
('core: use nm_strerror_native() instead of strerror()')
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user