Skip to content

Commit

Permalink
Uncrustify: triggered by comment
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and tony-josi-aws committed Jan 9, 2024
1 parent ed28498 commit 56c9f60
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3425,14 +3425,14 @@ void test_prepareReplyDNSMessage_null_pointer( void )
NetworkBufferDescriptor_t pxNetworkBuffer = { 0 };
uint8_t ether_buffer[ 300 ] = { 0 };
size_t uxDataLength;
BaseType_t lNetLength = 54;
BaseType_t lNetLength = 54;
NetworkEndPoint_t xEndPoint = { 0 };

pxNetworkBuffer.pucEthernetBuffer = ether_buffer;
pxNetworkBuffer.xDataLength = 300;
/* This will cause an assert(). */
/* This will cause an assert(). */
pxNetworkBuffer.pxEndPoint = NULL;

uxIPHeaderSizePacket_IgnoreAndReturn( ipSIZE_OF_IPv4_HEADER );
catch_assert( prepareReplyDNSMessage( &pxNetworkBuffer, lNetLength ) );
catch_assert( prepareReplyDNSMessage( &pxNetworkBuffer, lNetLength ) );
}

0 comments on commit 56c9f60

Please sign in to comment.