From 59c7c8fddf710e8013ca548755b11405fc8aa1de Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Tue, 25 Jun 2019 13:47:37 +0900 Subject: [PATCH] Revert "[Tizen] Modify DALI_KEY_H" This reverts commit bc8f4ff63aaf56eadbc62b311fed79fa89f668db. Change-Id: I6b53532ce7d57c4f58f89b81b48153606ca79549 --- 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