Adjust coding rule 63/58563/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0 tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.122243 accepted/tizen/3.0.m2/tv/20170104.122627 accepted/tizen/3.0.m2/wearable/20170104.122948 accepted/tizen/3.0/common/20161114.105229 accepted/tizen/3.0/ivi/20161011.055426 accepted/tizen/3.0/mobile/20161015.032859 accepted/tizen/3.0/tv/20161016.004222 accepted/tizen/3.0/wearable/20161015.082039 accepted/tizen/common/20170111.155034 accepted/tizen/ivi/20160218.023012 accepted/tizen/mobile/20160202.114744 accepted/tizen/tv/20160202.114755 accepted/tizen/unified/20170309.031755 accepted/tizen/wearable/20160202.114759 submit/tizen/20160202.024018 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001 submit/tizen_common/20160218.142243 submit/tizen_common/20170111.150147 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001 submit/tizen_unified/20170308.100404
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Feb 2016 02:29:57 +0000 (11:29 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Feb 2016 02:29:57 +0000 (11:29 +0900)
Change-Id: I1b74e74eb3e99fbaeddd52a1555e4716c90fdb20
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/media_key.h
src/media_key.c

index 3d81032..de0d726 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2011 - 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
@@ -20,8 +20,7 @@
 #include <tizen.h>
 
 #ifdef __cplusplus
-extern "C"
-{
+extern "C" {
 #endif
 
 /**
@@ -39,8 +38,7 @@ extern "C"
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 
-typedef enum
-{
+typedef enum {
        MEDIA_KEY_ERROR_NONE = TIZEN_ERROR_NONE,                           /**< Successful */
        MEDIA_KEY_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
        MEDIA_KEY_ERROR_OPERATION_FAILED = TIZEN_ERROR_MEDIA_KEY | 0x01,   /**< Reserve/Release failed */
@@ -51,8 +49,7 @@ typedef enum
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
-typedef enum
-{
+typedef enum {
        MEDIA_KEY_PLAY,          /**< Play key */
        MEDIA_KEY_STOP,          /**< Stop key */
        MEDIA_KEY_PAUSE,         /**< Pause key */
@@ -70,8 +67,7 @@ typedef enum
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
-typedef enum
-{
+typedef enum {
        MEDIA_KEY_STATUS_PRESSED,  /**< Pressed status */
        MEDIA_KEY_STATUS_RELEASED, /**< Released status */
        MEDIA_KEY_STATUS_UNKNOWN,  /**< Unknown status */
@@ -130,4 +126,3 @@ int media_key_release(void);
 #endif
 
 #endif /* __TIZEN_SYSTEM_MEDIA_KEY_H__ */
-
index 1a58752..62546e4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * media-key
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2011 - 2016 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.