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:
gblues 2017-12-11 23:55:31 -08:00
parent 767a1f3d39
commit 6904101c44
765 changed files with 23365 additions and 23366 deletions

View file

@ -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)