From a0dc665fe350c8837329f4d119c2c304adaf3aa8 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 10 Jun 2019 14:29:51 +0900 Subject: [PATCH] Revert "[Tizen] Modify DALI_KEY_H" This reverts commit 8898b8a9d6087eaf0e9222c0998e0bb14a21a313. --- dali/public-api/adaptor-framework/key.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dali/public-api/adaptor-framework/key.h b/dali/public-api/adaptor-framework/key.h index 6db19e9..9a9f10d 100755 --- a/dali/public-api/adaptor-framework/key.h +++ b/dali/public-api/adaptor-framework/key.h @@ -1,5 +1,5 @@ -#ifndef __DALI_KEY_H__ -#define __DALI_KEY_H__ +#ifndef DALI_KEY_H +#define DALI_KEY_H /* * Copyright (c) 2019 Samsung Electronics Co., Ltd. @@ -97,4 +97,4 @@ DALI_ADAPTOR_API bool IsKey( const Dali::KeyEvent& keyEvent, Dali::KEY daliKey); */ } // namespace Dali -#endif // __DALI_KEY_H__ +#endif // DALI_KEY_H -- 2.7.4