mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
binfmt/: More spacing/alignment fixes
This commit is contained in:
+1
-1
@@ -352,7 +352,7 @@ static int pcode_load(struct binary_s *binp)
|
||||
{
|
||||
/* Set up for the next gulp */
|
||||
|
||||
DEBUGASSERT(nread > 0 && nread <=remaining);
|
||||
DEBUGASSERT(nread > 0 && nread <= remaining);
|
||||
remaining -= nread;
|
||||
ptr += nread;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user