Skip to content
Snippets Groups Projects
Commit d083ddd8 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Break long line.

parent b04df7a1
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,8 @@ check_data_against_index_list(int *data_array,
xt_idxlist_get_index_at_position(idxlist, i, &index);
if (data_array[i] != index) {
fputs("error in check_data_against_index_list: data does not match\n", stderr);
fputs("error in check_data_against_index_list: data does not match\n",
stderr);
return 1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment