Merge "Revert "Fix duplicated alarms."" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FBaseFloatComparer.h
index 4056ed0..54e6e43 100644 (file)
@@ -28,7 +28,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:
        FloatComparer& operator =(const FloatComparer& rhs);
 
        friend class _FloatComparerImpl;
-       class _FloatComparerImpl * __pFloatComparerImpl;
+       class _FloatComparerImpl* __pFloatComparerImpl;
 
 }; // FloatComparer