Copy edit changes to mbed_mem_trace.h

Delete extra spaces.
pull/8479/head
Amanda Butler 2018-10-12 11:13:31 -05:00 committed by adbridge
parent 2ef7fec409
commit f145945e46
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 */
};
/**