Fix mis-indentation.

Spotted by:	FlexeLint
This commit is contained in:
Poul-Henning Kamp 2002-10-20 08:46:56 +00:00
parent 0355b86e33
commit 18a084cf21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105507

View file

@ -1576,7 +1576,7 @@ pdq_initialize(
#if defined(PDQ_OS_MEMALLOC_CONTIG)
p = (pdq_uint8_t *) PDQ_OS_MEMALLOC_CONTIG(contig_bytes);
if (p == NULL)
if (p == NULL)
printf("%s() - PDQ_OS_MEMALLOC_CONTIG() failed!\n", __FUNCTION__);
if (p != NULL) {