Cleanup: make format

string.c still needs cleanup, but I will leave to the original
author of the latest chagnes to do it since it needs
some tags to skip formatting.
This commit is contained in:
2021-06-25 18:42:30 +02:00
parent 74450265d0
commit f863ef8a34
3 changed files with 3 additions and 3 deletions

View File

@@ -6838,7 +6838,6 @@ void UI_but_datasetrow_indentation_set(uiBut *but, int indentation)
but_dataset->indentation = indentation;
BLI_assert(indentation >= 0);
}
/**