Homogenize indentation (use tabs)
This commit is contained in:
parent
a0f8a6d153
commit
8fccb570e5
@ -1,7 +1,6 @@
|
|||||||
#ifndef OS_H
|
#ifndef OS_H
|
||||||
#define OS_H
|
#define OS_H
|
||||||
|
|
||||||
|
|
||||||
#define SYSTEM_VERSION(major, minor, revision) \
|
#define SYSTEM_VERSION(major, minor, revision) \
|
||||||
(((major)<<24)|((minor)<<16)|((revision)<<8))
|
(((major)<<24)|((minor)<<16)|((revision)<<8))
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#ifndef SVC_H
|
#ifndef SVC_H
|
||||||
#define SVC_H
|
#define SVC_H
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
MEMOP_FREE =1, // Free heap
|
MEMOP_FREE =1, // Free heap
|
||||||
MEMOP_ALLOC=3, // Allocate heap
|
MEMOP_ALLOC=3, // Allocate heap
|
||||||
@ -50,5 +49,4 @@ s32 svcConnectToPort(volatile Handle* out, const char* portName);
|
|||||||
s32 svcSendSyncRequest(Handle session);
|
s32 svcSendSyncRequest(Handle session);
|
||||||
s32 svcGetProcessId(u32 *out, Handle handle);
|
s32 svcGetProcessId(u32 *out, Handle handle);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user