From ebf955923e395ad72ac977d2633ee02118fedec8 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Fri, 6 Oct 2017 12:13:58 +0200 Subject: Fix identation. --- include/kernel/ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h index f6fa946..af148ca 100644 --- a/include/kernel/ctrl.h +++ b/include/kernel/ctrl.h @@ -8,7 +8,7 @@ extern "C" { #endif typedef enum SceCtrlErrorCode { - SCE_CTRL_ERROR_INVALID_ARG = 0x80340001, + SCE_CTRL_ERROR_INVALID_ARG = 0x80340001, SCE_CTRL_ERROR_PRIV_REQUIRED = 0x80340002, SCE_CTRL_ERROR_FATAL = 0x803400FF } SceCtrlErrorCode; -- cgit v1.2.3