Fix API description
[platform/core/api/application.git] / include / app_i18n.h
index 4dfbf7e..d30a285 100644 (file)
@@ -42,6 +42,7 @@ extern "C"
 #define _(msg) i18n_get_text(msg)
 #endif
 
+
 /**
  * @brief Gets the localized translation for the specified string.
  *
@@ -51,15 +52,17 @@ extern "C"
  * @remarks Do not free the returned value.
  *
  * @param[in] message The string to be translated
- * @return  The localized translation for the given @a message on success,
- *          otherwise the given @a message
+ * @return The localized translation for the given @a message on success,
+ *         otherwise the given @a message
  */
 char *i18n_get_text(const char *message);
 
+
 /**
  * @}
  */
 
+
 #ifdef __cplusplus
 }
 #endif