Dhruva P V commented on a discussion on cpukit/include/rtems/score/chainimpl.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/871#note_137120

 >    const Chain_Node *node
 >  )
 >  {
 > -  return node->next == NULL;
 > +  if ( node->next == NULL ) {
 > +        _Assert( node->previous == NULL );

I fixed the indentation error.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/871#note_137120
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to