mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-26 12:12:02 +00:00
Codestyle fixes.
This commit is contained in:
parent
85748c99c5
commit
8c90f64d7f
2 changed files with 1 additions and 7 deletions
|
@ -24,8 +24,6 @@
|
||||||
#ifndef __SERVICE_GUARD_H__
|
#ifndef __SERVICE_GUARD_H__
|
||||||
#define __SERVICE_GUARD_H__
|
#define __SERVICE_GUARD_H__
|
||||||
|
|
||||||
#include <switch.h>
|
|
||||||
|
|
||||||
typedef struct ServiceGuard {
|
typedef struct ServiceGuard {
|
||||||
Mutex mutex;
|
Mutex mutex;
|
||||||
u32 refCount;
|
u32 refCount;
|
||||||
|
|
|
@ -18,14 +18,10 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include "utils.h"
|
||||||
#include <string.h>
|
|
||||||
#include <switch.h>
|
|
||||||
|
|
||||||
#include "services.h"
|
#include "services.h"
|
||||||
#include "es.h"
|
#include "es.h"
|
||||||
#include "fspusb.h"
|
#include "fspusb.h"
|
||||||
#include "utils.h"
|
|
||||||
|
|
||||||
/* Type definitions. */
|
/* Type definitions. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue