Skip to content

Commit

Permalink
Fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW authored Feb 17, 2018
1 parent 196e5b4 commit d28333c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/*
NoNpDrm Plugin
Copyright (C) 2017-2018, TheFloW
NoNpDrm Plugin
Copyright (C) 2017-2018, TheFloW
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <psp2kern/kernel/modulemgr.h>
Expand Down Expand Up @@ -354,4 +354,4 @@ int module_stop(SceSize args, void *argp) {
taiHookReleaseForKernel(hooks[n_hooks], ksceKernelLaunchAppRef);

return SCE_KERNEL_STOP_SUCCESS;
}
}

0 comments on commit d28333c

Please sign in to comment.