Beautification of appfw/inc soure-code
[platform/framework/native/appfw.git] / inc / FBaseInt8Comparer.h
index 3983fe1..e76551d 100644 (file)
@@ -29,7 +29,6 @@
 #include <FBaseObject.h>
 #include <FBaseColIComparer.h>
 
-
 namespace Tizen { namespace Base
 {
 /**
@@ -92,14 +91,14 @@ public:
         *      @since 2.0
         *
         *  @return             An error code
-        *      @param[in]      obj1    The first instance of type Int8
-        *      @param[in]      obj2    The second instance of type Int8
-        *  @param[out]  cmp            The result of comparison
+        *  @param[in]  obj1    The first instance of type Int8
+        *  @param[in]  obj2    The second instance of type Int8
+        *  @param[out] cmp             The result of comparison
         *  @exception  E_SUCCESS               The method is successful.
         *  @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
@@ -120,7 +119,7 @@ private:
        Int8Comparer& operator =(const Int8Comparer& rhs);
 
        friend class _Int8ComparerImpl;
-       class _Int8ComparerImpl * __pInt8ComparerImpl;
+       class _Int8ComparerImpl* __pInt8ComparerImpl;
 
 }; // Int8Comparer