Revert "[Tizen] Add to get the status whether window is rotating or not"
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / lifecycle-controller.cpp
index e359bf4..bf58723 100644 (file)
@@ -23,7 +23,6 @@
 
 namespace Dali
 {
-
 LifecycleController::LifecycleController()
 {
 }
@@ -74,7 +73,7 @@ LifecycleController::LifecycleSignalType& LifecycleController::LanguageChangedSi
 
 LifecycleController& LifecycleController::operator=(const LifecycleController& monitor)
 {
-  if( *this != monitor )
+  if(*this != monitor)
   {
     BaseHandle::operator=(monitor);
   }