Skip to content

Commit

Permalink
Fix the clang format typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 15, 2023
1 parent d8a2e12 commit 8d23881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ota.c
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ static OtaJobParseErr_t handleCustomJob( const char * pJson,
&jobDoc.jobIdLength,
NULL ) ) )
{
/* clang-format off*/
/* clang-format off */
if( ( jobDoc.jobIdLength > 0U ) && ( jobDoc.jobIdLength < OTA_JOB_ID_MAX_SIZE ) ) /* LCOV_EXCL_BR_LINE */
{
/* clang-format on */
Expand Down

0 comments on commit 8d23881

Please sign in to comment.