Cleanup: consistent TODO/FIXME formatting for names
Following the most widely used convention for including todo's in the code, that is: `TODO(name):`, `FIXME(name)` ... etc.
This commit is contained in:
@@ -5855,7 +5855,7 @@ static PyObject *pyrna_param_to_py(PointerRNA *ptr, PropertyRNA *prop, void *dat
|
||||
|
||||
/* Resolve the array from a new pytype. */
|
||||
|
||||
/* TODO(Kazanbas) make multi-dimensional sequences here. */
|
||||
/* TODO(Kazanbas): make multi-dimensional sequences here. */
|
||||
|
||||
switch (type) {
|
||||
case PROP_BOOLEAN:
|
||||
|
||||
Reference in New Issue
Block a user