Clean up trailing whitespace
== DETAILS Really simple code cleanup, because my editor flags trailing whitespaces and it's pretty annoying.
This commit is contained in:
parent
767a1f3d39
commit
6904101c44
765 changed files with 23365 additions and 23366 deletions
|
@ -66,7 +66,7 @@ int module_start(SceSize args, void *argp)
|
|||
(void)argp;
|
||||
|
||||
buttons = 0;
|
||||
thread_active = 0;
|
||||
thread_active = 0;
|
||||
main_thread_id = sceKernelCreateThread("main Thread", main_thread, 0x11, 0x200, 0, NULL);
|
||||
|
||||
if (main_thread >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue