Formatting API
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / video-sync-mode.h
index dd4ce6f..79e899f 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_VIDEO_SYNC_MODE
 
 /*
- * Copyright (c) 2019 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
 {
-  /**
+/**
    * @brief Enumeration for the synchronization is ended between UI(transparent hole) and video player.
    */
-  enum class VideoSyncMode
-  {
-    DISABLED = 0,
-    ENABLED
-  };
+enum class VideoSyncMode
+{
+  DISABLED = 0,
+  ENABLED
+};
 
-} // Dali
+} // namespace Dali
 #endif // DALI_VIDEO_SYNC_MODE
-