Formatting API
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / focus-manager / keyboard-focus-manager-devel.h
index dd59fcd..afe3e43 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_KEYBOARD_FOCUS_MANAGER_DEVEL_H
 
 /*
- * Copyright (c) 2018 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
 {
-
 namespace Toolkit
 {
-
 namespace DevelKeyboardFocusManager
 {
 /**
@@ -45,11 +43,10 @@ namespace DevelKeyboardFocusManager
 class CustomAlgorithmInterface
 {
 public:
-
   /**
    * @brief Virtual destructor.
    */
-  virtual ~CustomAlgorithmInterface() {};
+  virtual ~CustomAlgorithmInterface(){};
 
   /**
    * @brief Called by the KeyboardFocusManager to get the next focusable actor.