More style fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12804 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-05-18 11:00:00 +00:00
parent c8bbce5f31
commit a4a4057dd9
2 changed files with 209 additions and 210 deletions

View File

@ -160,7 +160,6 @@ static void dyn_release_object_heap(dyn_element_t *dep,
chDbgCheck(dep != NULL); chDbgCheck(dep != NULL);
chDbgAssert(dep->refs > (ucnt_t)0, "invalid references number"); chDbgAssert(dep->refs > (ucnt_t)0, "invalid references number");
dep->refs--; dep->refs--;
if (dep->refs == (ucnt_t)0) { if (dep->refs == (ucnt_t)0) {
dep = dyn_list_unlink(dep, dlp); dep = dyn_list_unlink(dep, dlp);