Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Apr 19, 2024
1 parent 40d5a83 commit bd4ec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_conformance/printf/util_printf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ size_t verifyOutputBuffer(char *analysisBuffer,testCase* pTestCase,size_t testId
if(pTestCase->_type == TYPE_ADDRESS_SPACE && strcmp(pTestCase->_genParameters[testId].addrSpacePAdd,""))

{
char analysisBufferTmp[ANALYSIS_BUFFER_SIZE+1];
char analysisBufferTmp[ANALYSIS_BUFFER_SIZE + 1];

if(strstr(analysisBuffer,"0x") == NULL)
// Need to prepend 0x to ASCII number before calling strtol.
Expand Down

0 comments on commit bd4ec5e

Please sign in to comment.