Updated all header files to new format
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / markup-processor-embedded-item.h
old mode 100755 (executable)
new mode 100644 (file)
index 6333c35..1677244
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_TEXT_MARKUP_PROCESSOR_EMBEDDED_ITEM_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 Toolkit
 {
-
 namespace Text
 {
-
 struct Tag;
 struct EmbeddedItem;
 
@@ -36,7 +33,7 @@ struct EmbeddedItem;
  * @param[in] tag The embedded item tag and its attributes.
  * @param[in,out] embeddedItem The embedded item.
  */
-void ProcessEmbeddedItem( const Tag& tag, EmbeddedItem& embeddedItem );
+void ProcessEmbeddedItem(const Tag& tag, EmbeddedItem& embeddedItem);
 
 } // namespace Text