update header for fixing wrong indentation
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Jul 2013 02:48:25 +0000 (11:48 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Jul 2013 02:48:25 +0000 (11:48 +0900)
Change-Id: I3ee3707ac1029bfb4298f4367f3cc2a3fdb0c71f

inc/FSclAddressbookFilter.h

index f756e57..bc5064b 100644 (file)
@@ -183,10 +183,10 @@ public:
         * @param[in]   value                   The @c bool value for comparison 
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           Either of the following conditions has occurred:
-        *                                              - The @c filterProperty is not an element of the enumerator that corresponds with the type of this filter.
-        *                                              - The type of the @c filterProperty is not @c bool.
-        *                                              - The @c comparisonOperator is no #FI_CMP_OP_EQUAL.
-        *                                              - The specified @c conjuctiveOperator is invalid.
+        *                                                              - The @c filterProperty is not an element of the enumerator that corresponds with the type of this filter.
+        *                                                              - The type of the @c filterProperty is not @c bool.
+        *                                                              - The @c comparisonOperator is no #FI_CMP_OP_EQUAL.
+        *                                                              - The specified @c conjuctiveOperator is invalid.
         * @remarks  If the filtering expression is appended firstly, the @c conjunctiveOperator is ignored.
         */
        result AppendBool(FilterConjunctiveOperator conjunctiveOperator, unsigned long filterProperty, FilterComparisonOperator comparisonOperator, bool value);