Updated all cpp files to new format
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / texture-upload-observer.cpp
index 8ffd35f..5c46ff2 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
  *
  * 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 Dali
 {
-
 namespace Toolkit
 {
 namespace Toolkit
 {
-
 TextureUploadObserver::TextureUploadObserver()
 {
 }
 
 TextureUploadObserver::~TextureUploadObserver()
 {
 TextureUploadObserver::TextureUploadObserver()
 {
 }
 
 TextureUploadObserver::~TextureUploadObserver()
 {
-  if( !mDestructionSignal.Empty() )
+  if(!mDestructionSignal.Empty())
   {
   {
-    mDestructionSignal.Emit( this );
+    mDestructionSignal.Emit(this);
   }
 }
 
   }
 }
 
@@ -41,7 +39,6 @@ TextureUploadObserver::DestructionSignalType& TextureUploadObserver::Destruction
   return mDestructionSignal;
 }
 
   return mDestructionSignal;
 }
 
-
 } // namespace Toolkit
 
 } // namespace Dali
 } // namespace Toolkit
 
 } // namespace Dali