diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 64f195db5c..9d21fcc590 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-05-04 Joel Sherrill + + * telnetd/telnetd.h: Spacing. + 2009-05-04 Joel Sherrill * rtems/include/rtems/rtems/clock.h, rtems/src/clocktodtoseconds.c, diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h index 0e9e4fde7d..a146ad942b 100644 --- a/cpukit/telnetd/telnetd.h +++ b/cpukit/telnetd/telnetd.h @@ -103,7 +103,7 @@ extern rtems_telnetd_config_table rtems_telnetd_config; * * Uses the application provided @ref rtems_telnetd_config configuration table. */ -rtems_status_code rtems_telnetd_initialize( void); +rtems_status_code rtems_telnetd_initialize(void); #ifdef __cplusplus }