[Tizen] Fix pixel format bug in pixel manipulation
[platform/core/uifw/dali-adaptor.git] / dali / internal / imaging / common / loader-ico.h
index a8f9e80..c68f154 100755 (executable)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TIZEN_PLATFORM_LOADER_ICO_H__
-#define __DALI_TIZEN_PLATFORM_LOADER_ICO_H__
+#ifndef DALI_TIZEN_PLATFORM_LOADER_ICO_H
+#define DALI_TIZEN_PLATFORM_LOADER_ICO_H
 
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 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.
@@ -54,7 +54,8 @@ bool LoadBitmapFromIco( const Dali::ImageLoader::Input& input, Dali::Devel::Pixe
  */
 bool LoadIcoHeader( const Dali::ImageLoader::Input& input, unsigned int& width, unsigned int& height );
 
-}
+} // namespace TizenPlatform
 
-}
-#endif
+} // namespace Dali
+
+#endif // DALI_TIZEN_PLATFORM_LOADER_ICO_H