fixup! ClangTidy: avoid reserved identifier names

This commit is contained in:
Marius Messerschmidt
2023-11-17 22:55:46 +01:00
parent 975081aa27
commit f78f6ceb54
+2 -2
View File
@@ -61,10 +61,10 @@ static const char* detectWifiWithLibnm(FFlist* result)
gboolean return_value;
if (!inst)
return_value = FALSE;
else if (inst->g_class && inst->g_class->g_type == )
else if (inst->g_class && inst->g_class->g_type == type)
return_value = TRUE;
else
return_value = ffg_type_check_instance_is_a (inst, );
return_value = ffg_type_check_instance_is_a (inst, type);
return_value;
}) //NM_IS_DEVICE_WIFI(device)
)