Apply reviewed doxygen header
[platform/framework/native/appfw.git] / inc / FSecAesSecureRandom.h
index 03641ac..f49b0f6 100644 (file)
@@ -15,7 +15,7 @@
 //
 
 /**
- * @file                       FSecAesSecureRandom.h
+ * @file               FSecAesSecureRandom.h
  * @brief              This is the header file for the %AesSecureRandom class.
  *
  * This header file contains the declarations of the %AesSecureRandom class.
@@ -70,12 +70,12 @@ public:
         *      @since                  2.0
         *
         *      @return                 A pointer to the Tizen::Base::ByteBuffer class, @n
-        *                                              else @c null if an error occurs
+        *                                      else @c null if an error occurs
         *      @param[in]      numBytes                                The number of random bytes to generate
         *      @exception              E_SUCCESS                               The method is successful.
         *      @exception              E_OUT_OF_MEMORY                 The memory is insufficient.
         *      @exception              E_INVALID_ARG                   The specified @c numBytes is @c 0 or negative.
-        *      @exception      E_SYSTEM                        A system error has occurred.
+        *      @exception              E_SYSTEM                                A system error has occurred.
         *      @remarks                The specific error code can be accessed using the GetLastResult() method.
         */
        virtual Tizen::Base::ByteBuffer* GenerateRandomBytesN(int numBytes);