anjiahao1 commented on code in PR #13579:
URL: https://github.com/apache/nuttx/pull/13579#discussion_r1776263536
##########
binfmt/binfmt_unloadmodule.c:
##########
@@ -161,6 +161,32 @@ int unload_module(FAR struct binary_s *binp)
file_munmap(binp->mapped, binp->mapsize);
}
+#ifdef CONFIG_ARCH_USE_SEPARATED_SECTION
+ for (i = 0; binp->sectalloc[i] != NULL && i < binp->nsect; i++)
Review Comment:
Is it better to keep the indentation consistent with the above?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]