Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/339 
was reviewed by Gedare Bloom

--
  
Gedare Bloom started a new discussion on cpukit/rtems/src/clockgettod.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/339#note_119457

 > -  }
 > +  struct tm buf;
 > +  struct tm *current_time_tm; 

Declare the variables at the start of block scope.

--
  
Gedare Bloom started a new discussion on cpukit/rtems/src/clockgettod.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/339#note_119458

 >    time_of_day->ticks  = now.tv_usec /
 > -    rtems_configuration_get_microseconds_per_tick( );
 > +    rtems_configuration_get_microseconds_per_tick();

avoid making changes to existing whitespace (until we have automated formatter)


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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to