[2.2.1] Merge different codes between 2.2 and 3.0
[platform/framework/native/appfw.git] / inc / FBaseObject.h
index 2ab0af2..eb21496 100644 (file)
@@ -28,7 +28,6 @@
 #include <FOspConfig.h>
 #include <FOspCompat.h>
 
-
 namespace Tizen { namespace Base
 {
 /**
@@ -64,7 +63,7 @@ public:
         *  @since 2.0
         *
         *      @return                 @c true if the value of the specified instance of %Object is equal to the value of the current instance of %Object, @n
-        *                              else @c false
+        *                                      else @c false
         *      @param[in]      obj     An instance of %Object to compare
         *      @remarks        The default implementation of this method returns @c true
         *                              if the two instances have the same address. @n