From d76b22c8295d11649848077b410d4286f8ef8389 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 5 Apr 2019 15:23:38 +0900 Subject: [PATCH] Fix coding style Change-Id: I71ac295aa1ae3eda54a59d0d977eda9c83db7e60 Signed-off-by: Jihoon Kim --- include/autofill_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/autofill_common.h b/include/autofill_common.h index dbf44d3..c8f7512 100644 --- a/include/autofill_common.h +++ b/include/autofill_common.h @@ -39,8 +39,7 @@ extern "C" { * * @since_tizen 5.5 */ -typedef enum -{ +typedef enum { AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE, /**< Autofill hint for a credit card expiration date */ AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY, /**< Autofill hint for a credit card expiration day */ AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH, /**< Autofill hint for a credit card expiration month */ -- 2.7.4