Cleanup: Make format

Formatting changes resulting from Make Format
This commit is contained in:
Harley Acheson
2023-09-22 09:56:26 -07:00
parent 0dab5818d7
commit 8e843920d4
+2 -1
View File
@@ -6935,7 +6935,8 @@ static void rna_def_fileselect_params(BlenderRNA *brna)
prop = RNA_def_property(srna, "display_size_discrete", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_sdna(prop, nullptr, "thumbnail_size");
RNA_def_property_enum_items(prop, display_size_items);
RNA_def_property_ui_text(prop, "Display Size", "Change the size of thumbnails in discrete steps");
RNA_def_property_ui_text(
prop, "Display Size", "Change the size of thumbnails in discrete steps");
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_FILE_LIST, nullptr);
}