Format query classifier modules

Formatted query classifier modules with Astyle.
This commit is contained in:
Markus Mäkelä
2017-01-17 13:51:57 +02:00
parent a48be9badf
commit 3d92263cb3
4 changed files with 519 additions and 493 deletions

View File

@ -49,8 +49,8 @@ int main(int argc, char** argv)
qc_setup("qc_sqlite", NULL);
qc_process_init();
infile = fopen(argv[1],"rb");
outfile = fopen(argv[2],"wb");
infile = fopen(argv[1], "rb");
outfile = fopen(argv[2], "wb");
if (infile == NULL || outfile == NULL)
{