Remove white spaces.

This commit is contained in:
Ralf Corsepius
2011-10-19 09:43:36 +00:00
parent 2e98d46bf2
commit 15211c8307
8 changed files with 18 additions and 18 deletions

View File

@@ -55,19 +55,19 @@ extern void bsp_com_outch(char ch);
* @return This method returns the character that
* was retrieved from the console port.
*/
extern int bsp_com_inch(void);
extern int bsp_com_inch(void);
/**
* @brief
* @brief
*
* This function
* This function
*
* @return This method returns
* @return This method returns
*/
int vt_ioctl( unsigned int cmd, unsigned long arg);
/**
* @brief console_register_devices
* @brief console_register_devices
*
* This function expands the console table to include previous
* ports and the array of new ports specified.