Kinsey Moore started a new discussion on cpukit/libmisc/cpuuse/cpuusagereport.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/200#note_111876 > + " 0x%08" PRIx32 " | %-38s |" > + "%7" PRIu32 ".%06" PRIu32 " |%4" PRIu32 ".%03" PRIu32 "\n", > + the_thread->Object.id, > + name, > + seconds, nanoseconds, > + ival, fval > + ); > + > + return false; > +} > + > + > +bool cpu_usage_visitor(Thread_Control *the_thread, void *arg){ > + > + > +cpu_usage_context *ctx; The formatting here is incorrect. The opening brace should be on the next line and the variable declaration needs indentation. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/200#note_111876 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
