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
|
@ -58,9 +58,9 @@ ctk_mouse_init(void)
|
|||
if(okay) {
|
||||
okay = mouse_install(&mouse_def_callbacks, module_control.module) == MOUSE_ERR_OK;
|
||||
if(okay) {
|
||||
atexit((void (*)(void))mouse_uninstall);
|
||||
atexit((void (*)(void))mouse_uninstall);
|
||||
} else {
|
||||
mod_free(module_control.module);
|
||||
mod_free(module_control.module);
|
||||
}
|
||||
}
|
||||
cfs_close(module_control.callerdata);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue