Cleanup: comment line length (editors)

Prevents clang-format wrapping text before comments.
This commit is contained in:
2019-01-15 23:24:20 +11:00
parent 4226ee0b71
commit b8e8c0e325
209 changed files with 2521 additions and 1273 deletions

View File

@@ -278,7 +278,8 @@ void ui_rna_collection_search_cb(const struct bContext *C, void *arg, const char
iconid = ui_id_icon_get(C, itemptr.data, false);
}
else {
name = RNA_struct_name_get_alloc(&itemptr, NULL, 0, NULL); /* could use the string length here */
/* could use the string length here */
name = RNA_struct_name_get_alloc(&itemptr, NULL, 0, NULL);
}
if (name) {