[2.2.1] Merge different codes between 2.2 and 3.0
[platform/framework/native/appfw.git] / inc / FBaseIntegerComparer.h
index 7b02f52..5a1c86b 100644 (file)
@@ -29,7 +29,6 @@
 #include <FBaseObject.h>
 #include <FBaseColIComparer.h>
 
-
 namespace Tizen { namespace Base
 {
 /**
@@ -98,7 +97,7 @@ public:
         * @exception   E_INVALID_ARG   The specified object instances are not of the expected type.
         * @remarks     The value of @c cmp can be:
         *
-        * @code        
+        * @code
         * <  0  if the value of @c obj1 is less than the value of @c obj2
         * == 0  if the value of @c obj1 is equal to the value of @c obj2
         * >  0  if the value of @c obj1 is greater than the value of @c obj2
@@ -119,7 +118,7 @@ private:
        IntegerComparer& operator =(const IntegerComparer& rhs);
 
        friend class _IntegerComparerImpl;
-       class _IntegerComparerImpl * __pIntegerComparerImpl;
+       class _IntegerComparerImpl* __pIntegerComparerImpl;
 
 }; // IntegerComparer