Remove whitespace 47/231047/1 accepted/tizen/unified/20200421.051526 submit/tizen/20200420.013518
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 17 Apr 2020 03:54:43 +0000 (12:54 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 17 Apr 2020 03:55:00 +0000 (12:55 +0900)
[Version] 0.3.2
[Issue Type] Doxygen

Change-Id: I800aadd24ac02ca64f55a218820acf3345b92903
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
doc/wav_player_doc.h
include/wav_player.h
packaging/capi-media-wav-player.spec

index 3383124..34a8363 100755 (executable)
@@ -11,7 +11,7 @@
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
- * limitations under the License. 
+ * limitations under the License.
  */
 
 
@@ -38,7 +38,7 @@
  *    \#include <wav_player.h>
  *
  * @section CAPI_MEDIA_WAV_PLAYER_OVERVIEW Overview
- * The @ref CAPI_MEDIA_WAV_PLAYER_MODULE API allows you to simply play and stop a wav file. To play a certain wav file, call wav_player_start_new() with a path to the .wav file. 
+ * The @ref CAPI_MEDIA_WAV_PLAYER_MODULE API allows you to simply play and stop a wav file. To play a certain wav file, call wav_player_start_new() with a path to the .wav file.
  * When playing a wav file is finished, wav_player_playback_completed_cb() will be invoked.
  */
 
index 96ecd56..0628e41 100644 (file)
@@ -134,7 +134,7 @@ int wav_player_start_loop(const char *path, sound_stream_info_h stream_info, uns
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  * @remarks If the playback of @a id has been already finished at the server side and\n
- *     wav_player_playback_completed_cb() is not invoked yet, #WAV_PLAYER_ERROR_INVALID_OPERATION will be returned.
+ *     wav_player_playback_completed_cb() is not invoked yet, #WAV_PLAYER_ERROR_INVALID_OPERATION will be returned.
  *
  * @param[in] id       The WAV player ID to stop
  *
index d440579..18af4d2 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-wav-player
 Summary:    A wav player library in Tizen C API
-Version:    0.3.1
+Version:    0.3.2
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0