Fix API description
[platform/core/api/application.git] / include / app_types.h
index d4797db..a939615 100644 (file)
@@ -33,7 +33,6 @@
  * @brief Enumeration for application error.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
-
 typedef enum {
        APP_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
        APP_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
@@ -44,6 +43,7 @@ typedef enum {
        APP_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permission denied @if MOBILE (Since 2.3.1) @endif */
 } app_error_e;
 
+
 /**
  * @}
  */