From b3d5a36283fb3de53cbef88e98d3bde321637927 Mon Sep 17 00:00:00 2001 From: Jongkyu Koo Date: Tue, 12 Sep 2017 14:50:26 +0900 Subject: [PATCH] apply coding rule Change-Id: I3b5a49d073eca73c7e70137ffb51d4f7caeae7cd Signed-off-by: Jongkyu Koo --- include/contacts.h | 4 ++-- include/contacts_errors.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/contacts.h b/include/contacts.h index d1740cc..d224663 100644 --- a/include/contacts.h +++ b/include/contacts.h @@ -16,8 +16,8 @@ * limitations under the License. * */ - - + + #ifndef __TIZEN_SOCIAL_CONTACTS_H__ #define __TIZEN_SOCIAL_CONTACTS_H__ diff --git a/include/contacts_errors.h b/include/contacts_errors.h index 053e763..7f453ed 100644 --- a/include/contacts_errors.h +++ b/include/contacts_errors.h @@ -17,7 +17,7 @@ * */ - + #ifndef __TIZEN_SOCIAL_CONTACTS_ERROR_H__ #define __TIZEN_SOCIAL_CONTACTS_ERROR_H__ @@ -35,13 +35,13 @@ extern "C" * @file contacts_errors.h */ - + /** * @addtogroup CAPI_SOCIAL_CONTACTS_SVC_COMMON_MODULE * @{ */ - + /** * @brief Enumeration for contacts errors. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif @@ -79,7 +79,7 @@ typedef enum { * @} */ - + #ifdef __cplusplus } #endif -- 2.7.4