Skip to content

Commit b570192

Browse files
restyled-commitsadabreuti
authored andcommitted
Restyled by clang-format
1 parent 185d539 commit b570192

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/platform/cc13x4_26x4/project_include/OpenThreadConfig.h

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
#pragma once
2525

26-
2726
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 22
2827
#define OPENTHREAD_CONFIG_DHCP6_SERVER_ENABLE 0
2928
#define OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE 0
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* Protected allocation
22
malloc/ICall_heapMalloc --> ti_heap_wrapper --> bget protected by critical section
33
*/
4-
void *pvPortMalloc( size_t xWantedSize );
4+
void * pvPortMalloc(size_t xWantedSize);
55

66
/* Protected Deallocation
77
Free/ICall_heapFree --> ti_heap_wrapper --> brel protected by critical section
88
*/
9-
void vPortFree( void *pv );
9+
void vPortFree(void * pv);
1010
void * pvPortRealloc(void * pv, size_t size);

0 commit comments

Comments
 (0)