Formatting API
[platform/core/uifw/dali-adaptor.git] / dali / public-api / adaptor-framework / key.cpp
index 25e5a6a..1abed43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Dali
 {
-
-bool IsKey( const KeyEvent& keyEvent, KEY daliKey)
+bool IsKey(const KeyEvent& keyEvent, KEY daliKey)
 {
-  return Internal::Adaptor::KeyLookup::IsKey( keyEvent, daliKey );
+  return Internal::Adaptor::KeyLookup::IsKey(keyEvent, daliKey);
 }
 
-}
+} // namespace Dali