Formatting API
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / drag-drop-detector / drag-and-drop-detector.cpp
old mode 100755 (executable)
new mode 100644 (file)
index bbbcf51..8b982bf
@@ -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
 {
-
 namespace Toolkit
 {
-
 DragAndDropDetector::DragAndDropDetector()
 {
 }
@@ -105,8 +103,8 @@ DragAndDropDetector::DragAndDropSignal& DragAndDropDetector::EndedSignal()
   return GetImplementation(*this).EndedSignal();
 }
 
-DragAndDropDetector::DragAndDropDetector( Internal::DragAndDropDetector* detector )
-: BaseHandle( detector )
+DragAndDropDetector::DragAndDropDetector(Internal::DragAndDropDetector* detector)
+: BaseHandle(detector)
 {
 }