mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
Added .clang-format style rules, clam-format script to automate formatting of ClamAV code, and preparing select files so that clang-format does not alter carefully formatted sections.
This commit is contained in:
parent
5ba88cab51
commit
38fe8b69a0
46 changed files with 957 additions and 678 deletions
|
@ -82,7 +82,7 @@ int main(int argc, char **argv)
|
|||
|
||||
/* build engine */
|
||||
if((ret = cl_engine_compile(engine)) != CL_SUCCESS) {
|
||||
printf("Database initialization error: %s\n", cl_strerror(ret));;
|
||||
printf("Database initialization error: %s\n", cl_strerror(ret));
|
||||
cl_engine_free(engine);
|
||||
close(fd);
|
||||
return 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue