Add to retry to read DUID.
[platform/framework/native/appfw.git] / inc / FBaseFloatMatrix3.h
index e6a9e06..ed340f7 100644 (file)
@@ -21,7 +21,6 @@
  * This header file contains the declarations of the %FloatMatrix3 class.
  *
  */
-
 #ifndef _FBASE_FLOAT_MATRIX3_H_
 #define _FBASE_FLOAT_MATRIX3_H_
 
@@ -280,7 +279,7 @@ public:
         * @return      @c true if the values of the current instance is equal to the value of the specified instance, @n
         *                      else @c false
         * @param[in]   obj     An instance of %FloatMatrix3
-        * @remarks     This method overrides Tizen::Base::Object::Equals(). This method uses the values of the Matrix components to compare the two instances.
+        * @remarks             This method overrides Tizen::Base::Object::Equals(). This method uses the values of the Matrix components to compare the two instances.
         */
        virtual bool Equals(const Tizen::Base::Object& obj) const;
 
@@ -406,6 +405,6 @@ private:
 
 }; // FloatMatrix3
 
-}}// Tizen::Base
+}} // Tizen::Base
 
 #endif //_FBASE_FLOAT_MATRIX3_H_