Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 10ab9d3

Browse files
committed
Fix indent
Change-Id: I6630bb8f67eb12470fb3a6db60ea9c8d4f62b086
1 parent c85a8f6 commit 10ab9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptations/device-layer/ESP32/ThreadStackManagerImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void GenericThreadStackManagerImpl_FreeRTOS<ThreadStackManagerImpl>::ThreadTaskM
6767

6868
while (true)
6969
{
70-
otSysMainloopContext mainloop;
70+
otSysMainloopContext mainloop;
7171

7272
otSysMainloopInit(&mainloop);
7373

0 commit comments

Comments
 (0)