Skip to content

Commit 857db99

Browse files
committed
Update formatting
1 parent 8019ef0 commit 857db99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/ota/ota_demo_core_http/ota_demo_core_http.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,8 +1944,8 @@ static void * otaThread( void * pParam )
19441944
/* Calling OTA agent task. */
19451945
OTA_EventProcessingTask( pParam );
19461946
LogInfo( ( "OTA Agent stopped." ) );
1947-
pthread_detach(pthread_self());
1948-
pthread_exit(NULL);
1947+
pthread_detach( pthread_self() );
1948+
pthread_exit( NULL );
19491949
return NULL;
19501950
}
19511951

0 commit comments

Comments
 (0)