Skip to content
Snippets Groups Projects
Commit a7449ec3 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Applied code formatting tool

parent 3b6b1c6a
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ int main(int argc, char *argv[]) {
for (int i = 0; i < nvar_result; i++) {
printf(" %d: %s\n", i, var_result[i]);
}
assert(strcmp("abcdefg", var_result[nvar_result-1]) == 0);
assert(strcmp("abcdefg", var_result[nvar_result - 1]) == 0);
parser_free_param_string_array(nvar_result, var_result);
/* Print the contents of the structure to stdout now used. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment