Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseColAllElementsDeleter.h
index 2ec6360..9dfb600 100644 (file)
@@ -20,7 +20,6 @@
  *
  * This header file contains the declarations of the %AllElementsDeleter struct.
  */
-
 #ifndef _FBASE_COL_ALL_ELEMENTS_DELETER_H_
 #define _FBASE_COL_ALL_ELEMENTS_DELETER_H_
 
@@ -42,8 +41,8 @@ struct AllElementsDeleter
         * @since 2.0
         *
         * @param[in] c         The collection to clean up
-        * @remarks             The collection should be destructible and support the RemoveAll(bool) method.
-        *                      IList, IMap, and IMultiMap support this concept.
+        * @remarks                     The collection should be destructible and support the RemoveAll(bool) method.
+        *                                      IList, IMap, and IMultiMap support this concept.
         */
        template< typename Collection >
        void operator ()(Collection* c)