From 840e9dfe30ec8c4305bed6ea68626c88842152c7 Mon Sep 17 00:00:00 2001 From: Joogab Yun Date: Tue, 10 Sep 2019 18:15:42 +0900 Subject: [PATCH] Revert "[Tizen] Modify DALI_KEY_H" This reverts commit be31156336524da86fbfca813143a8f480b94d91. --- 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