Remove tab chars from retro C sources.
This commit is contained in:
parent
0a88373add
commit
1a5e20bc5f
12 changed files with 41 additions and 41 deletions
|
@ -73,7 +73,7 @@ ethernet_init(struct ethernet_config *config)
|
|||
byte = mod_load(&module_control);
|
||||
if(byte != MLOAD_OK) {
|
||||
log_message(config->name, byte == MLOAD_ERR_MEM? ": Out of memory":
|
||||
": No module");
|
||||
": No module");
|
||||
error_exit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue