diff --git a/c/src/lib/libbsp/shared/console.c b/c/src/lib/libbsp/shared/console.c index 99f46160ca..60ced47ddf 100644 --- a/c/src/lib/libbsp/shared/console.c +++ b/c/src/lib/libbsp/shared/console.c @@ -240,7 +240,7 @@ rtems_device_driver console_initialize( break; } } - if ( minor==Console_Port_Count ) { + if ( minor == Console_Port_Count ) { /* * Failed to find a working device */