Add post processor
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / xhtml-entities.h
old mode 100755 (executable)
new mode 100644 (file)
index c09d5cd..a5a151c
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_TEXT_XHTML_ENTITIES_H
 
 /*
- * 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.
 
 namespace Dali
 {
-
 namespace Toolkit
 {
-
 namespace Text
 {
 /**
@@ -34,7 +32,7 @@ namespace Text
  *
  * @return pointer to UTF8 entity code if namedEntity found in table otherwise NULL
  */
-const char* const NamedEntityToUtf8( const char* const markupText, unsigned int len );
+const char* const NamedEntityToUtf8(const char* const markupText, unsigned int len);
 
 } // namespace Text