Merge "[AT-SPI] Update test DBusWrapper for ABI compatibility" into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / vector-based / vector-blob-atlas-share.h
index a854089..d58848a 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_VECTOR_BLOB_ATLAS_SHARE_H__
-#define __DALI_TOOLKIT_VECTOR_BLOB_ATLAS_SHARE_H__
+#ifndef DALI_TOOLKIT_VECTOR_BLOB_ATLAS_SHARE_H
+#define DALI_TOOLKIT_VECTOR_BLOB_ATLAS_SHARE_H
 
 /*
- * Copyright (c) 2016 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.
 
 namespace Dali
 {
-
 namespace Toolkit
 {
-
 namespace Text
 {
-
 /**
  * @brief A singleton for sharing atlases containing vector data
  *
@@ -37,7 +34,6 @@ namespace Text
 class VectorBlobAtlasShare : public BaseHandle
 {
 public:
-
   /**
    * @brief Create a VectorBlobAtlasShare handle.
    *
@@ -75,11 +71,9 @@ public:
   VectorBlobAtlas* GetNewAtlas();
 
 private:
-
   class Impl;
 
-  explicit DALI_INTERNAL VectorBlobAtlasShare( VectorBlobAtlasShare::Impl* impl );
-
+  explicit DALI_INTERNAL VectorBlobAtlasShare(VectorBlobAtlasShare::Impl* impl);
 };
 
 } // namespace Text
@@ -88,4 +82,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_VECTOR_BLOB_ATLAS_SHARE_H__
+#endif // DALI_TOOLKIT_VECTOR_BLOB_ATLAS_SHARE_H