From b1592a3539e9c5a841d6b3be2d393cbfcceefab9 Mon Sep 17 00:00:00 2001 From: Kartik Date: Thu, 2 Mar 2017 11:20:40 +0530 Subject: [PATCH] Fix Indentation --- libctru/include/3ds/applets/error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctru/include/3ds/applets/error.h b/libctru/include/3ds/applets/error.h index 1f7235f..4e3e331 100644 --- a/libctru/include/3ds/applets/error.h +++ b/libctru/include/3ds/applets/error.h @@ -17,8 +17,8 @@ typedef enum { ERROR_CODE = 0, ///< Displays the infrastructure communications-related error message corresponding to the error code. ERROR_TEXT, ///< Displays text passed to this applet. - EULA, ///< Displays the EULA - ERROR_TYPE_EULA_FIRST_BOOT, ///< Use prohibited. + EULA, ///< Displays the EULA + ERROR_TYPE_EULA_FIRST_BOOT, ///< Use prohibited. ERROR_TYPE_EULA_DRAW_ONLY, ///< Use prohibited. ERROR_TYPE_AGREE, ///< Use prohibited. ERROR_CODE_LANGUAGE = ERROR_CODE | ERROR_LANGUAGE_FLAG , ///< Displays a network error message in a specified language.