Cleanup: Make format

Just formatting changes from Make Format
This commit is contained in:
Harley Acheson 2023-10-04 12:12:31 -07:00
parent 6d64c6dcd7
commit af91b3dd72
1 changed files with 1 additions and 1 deletions

View File

@ -1513,7 +1513,7 @@ static void std_node_socket_interface_draw(ID *id,
const bNodeTree *node_tree = reinterpret_cast<const bNodeTree *>(id);
if (interface_socket->flag & NODE_INTERFACE_SOCKET_INPUT && node_tree->type == NTREE_GEOMETRY) {
uiItemR(col, &ptr, "hide_in_modifier", DEFAULT_FLAGS, nullptr, ICON_NONE);
if(bke::anonymous_attribute_inferencing::is_possible_field_socket(type)) {
if (bke::anonymous_attribute_inferencing::is_possible_field_socket(type)) {
uiItemR(col, &ptr, "force_non_field", DEFAULT_FLAGS, nullptr, ICON_NONE);
}
}