Merge "Enable atspi" into devel/master
[platform/core/uifw/dali-adaptor.git] / dali / internal / text / text-abstraction / cairo-renderer.h
old mode 100755 (executable)
new mode 100644 (file)
index 4b6595f..caefff9
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_TEXT_ABSTRACTION_CAIRO_RENDERER_H
 
 /*
- * Copyright (c) 2019 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 TextAbstraction
 {
-
 namespace Internal
 {
 /**
@@ -34,7 +32,7 @@ namespace Internal
  *
  * @see Dali::TextAbstraction::TextRenderer.
  */
-Devel::PixelBuffer RenderTextCairo( const TextAbstraction::TextRenderer::Parameters& parameters );
+Devel::PixelBuffer RenderTextCairo(const TextAbstraction::TextRenderer::Parameters& parameters);
 
 } // namespace Internal
 
@@ -43,4 +41,3 @@ Devel::PixelBuffer RenderTextCairo( const TextAbstraction::TextRenderer::Paramet
 } // namespace Dali
 
 #endif // DALI_INTERNAL_TEXT_ABSTRACTION_CAIRO_RENDERER_H
-