Modify for Coding Rule
[platform/core/multimedia/libmm-session.git] / mm_session.h
index 758e221..78da3b6 100644 (file)
@@ -83,7 +83,7 @@ typedef enum {
  * @return     This function returns MM_ERROR_NONE on success, or negative value
  *                     with error code.
  * @remark     Session type is unique for each application (each PID actually).
- *                     if application want to change session type, Finish session first and Init again
+ *                     if application want to change session type, Finish session first and Init again
  * @see                MMSessionType mm_session_finish
  * @since
  * @pre                There should be pre-initialized session type for caller application.
@@ -139,11 +139,11 @@ int mm_session_init(int sessiontype);
 /**
  * This function finish application's Multimedia Session.
  *
- * 
+ *
  * @return     This function returns MM_ERROR_NONE on success, or negative value
  *                     with error code.
  * @remark     Session type is unique for each application (each PID actually).
- *                     if application want to change session type, Finish session first and Init again
+ *                     if application want to change session type, Finish session first and Init again
  * @see                mm_session_init
  * @pre                A session type should be initialized for caller application.
  * @post       A session type for caller application will be cleared.