Update historical dst offset for timezone.
[platform/framework/native/appfw.git] / inc / FBaseInteger.h
index 9c734dd..85af846 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <FBaseNumber.h>
 
-
 namespace Tizen { namespace Base
 {
 /**
@@ -162,8 +161,8 @@ public:
         *      @since 2.0
         *
         *      @return         An error code
-        *      @param[in]      s                       A string representing the numeric value
-        *      @param[out]     ret                     The result of the operation
+        *      @param[in]      s               A string representing the numeric value
+        *      @param[out]     ret             The result of the operation
         *      @exception      E_SUCCESS    The method is successful.
         *      @exception      E_NUM_FORMAT The specified string does not contain a number that can be parsed.
         *      @remarks        This method accepts decimal, hexadecimal, and octal numbers given by the
@@ -231,7 +230,7 @@ public:
         *      @param[out]     ret                             The result of the operation
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_NUM_FORMAT    The specified string does not contain a number that can be parsed.
-        *      @exception      E_OUT_OF_RANGE The specified @c radix is invalid.
+        *      @exception      E_OUT_OF_RANGE  The specified @c radix is invalid.
         *      @remarks        This method guarantees that the original value of out-parameter is not changed when the method returns error.
         */
        static result Parse(const String& s, int radix, int& ret);
@@ -344,7 +343,7 @@ public:
 
 private:
        friend class _IntegerImpl;
-       class _IntegerImpl * __pIntegerImpl;
+       class _IntegerImpl* __pIntegerImpl;
 
 }; // Integer