Revert "[Tizen] Modify DALI_KEY_H"
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 8 Oct 2019 04:24:51 +0000 (13:24 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 8 Oct 2019 05:24:04 +0000 (14:24 +0900)
This reverts commit f8f4e3a6adb9ea9192d9a9c51f5d257a9e50fd4c.

dali/public-api/adaptor-framework/key.h

index 6db19e9..9a9f10d 100755 (executable)
@@ -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