remove trailing whitespace from unit_tests/check_attachments.c

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2018-06-24 14:44:34 +02:00
parent 3ce983bb37
commit 3088b4c401

View File

@ -34,7 +34,7 @@ static void test_attachments(struct config *cfg){
if(stat(tests[i].s, &st) != 0){
fprintf(stderr, "%s is not found, skipping\n", tests[i].s);
continue;
}
}
init_session_data(&sdata, cfg);