style cleanup, brackets in else/if, some indentation.

This commit is contained in:
2012-03-06 18:40:15 +00:00
parent 7b7214c722
commit 31d2ee9bf7
116 changed files with 599 additions and 982 deletions

View File

@@ -257,8 +257,7 @@ static PyObject *pyop_call(PyObject *UNUSED(self), PyObject *args)
}
BKE_reports_clear(reports);
if ((reports->flag & RPT_FREE) == 0)
{
if ((reports->flag & RPT_FREE) == 0) {
MEM_freeN(reports);
}
}