Add an API for getting web view when request is intercepted.
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / orientation.cpp
index bdc7e4a..d28372c 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.
@@ -23,7 +23,6 @@
 
 namespace Dali
 {
-
 Orientation::Orientation()
 {
 }
@@ -58,7 +57,7 @@ Orientation::OrientationSignalType& Orientation::ChangedSignal()
   return Internal::Adaptor::GetImplementation(*this).ChangedSignal();
 }
 
-Orientation::Orientation( Internal::Adaptor::Orientation* orientation )
+Orientation::Orientation(Internal::Adaptor::Orientation* orientation)
 : BaseHandle(orientation)
 {
 }