Copy edit changes to mbed_mem_trace.h

Delete extra spaces.
pull/8395/head
Amanda Butler 2018-10-12 11:13:31 -05:00 committed by GitHub
parent 026c978515
commit 9eab32e365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ extern "C" {
*/
enum {
MBED_MEM_TRACE_MALLOC, /**< Identifier for malloc operation */
MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
MBED_MEM_TRACE_FREE /**< Identifier for free operation */
MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
MBED_MEM_TRACE_FREE /**< Identifier for free operation */
};
/**