clang format corrected for file

This commit is contained in:
pranavPandit1 2022-04-28 12:41:48 +00:00 committed by Jingyu Zhou
parent 195a196392
commit 5794fd4e91

View File

@ -291,4 +291,3 @@ extern "C" uint32_t crc32c_append(uint32_t crc, const uint8_t* input, size_t len
} else
return append_table(crc, input, length);
}