Skip to content

Commit

Permalink
QATAPP-28723: fix clang compile error
Browse files Browse the repository at this point in the history
fix clang compile error:
qatzip_utils.c:857:2: error: no newline at end of file [-Werror,-Wnewline-eof]

Change-Id: Iebf2f5151ac4e3b7283767721dbe9fe4b931335a
Signed-off-by: Chengfei Zhu <chengfei.zhu@intel.com>
  • Loading branch information
cfzhu committed Mar 24, 2023
1 parent 0f92ff8 commit 4458223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qatzip_lz4.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ void qzLZ4SBlockHeaderGen(unsigned char *ptr, CpaDcRqResults *res)
//block header contains block size
unsigned int *blk_size = (unsigned int *)(ptr);
*blk_size = (unsigned int)res->produced;
}
}

0 comments on commit 4458223

Please sign in to comment.