Skip to content

Commit 9eab32e

Browse files
author
Amanda Butler
authored
Copy edit changes to mbed_mem_trace.h
Delete extra spaces.
1 parent 026c978 commit 9eab32e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/mbed_mem_trace.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ extern "C" {
3333
*/
3434
enum {
3535
MBED_MEM_TRACE_MALLOC, /**< Identifier for malloc operation */
36-
MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
37-
MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
38-
MBED_MEM_TRACE_FREE /**< Identifier for free operation */
36+
MBED_MEM_TRACE_REALLOC, /**< Identifier for realloc operation */
37+
MBED_MEM_TRACE_CALLOC, /**< Identifier for calloc operation */
38+
MBED_MEM_TRACE_FREE /**< Identifier for free operation */
3939
};
4040

4141
/**

0 commit comments

Comments
 (0)