shell: replace TAB with spaces

This commit is contained in:
Yasuyuki Tanaka 2018-03-22 17:37:14 +00:00
parent 039d5b4c8d
commit fb5fa58ec3
1 changed files with 21 additions and 21 deletions

View File

@ -85,7 +85,7 @@ void shell_init(void);
/**
* \brief A protothread that is spawned by a Shell driver when receiving a new line.
*/
PT_THREAD(shell_input(struct pt *pt, shell_output_func output, const char *cmd));
PT_THREAD(shell_input(struct pt *pt, shell_output_func output, const char *cmd));
/**
* Prints an IPv6 address