Skip to content
Snippets Groups Projects
Commit a8613180 authored by William Roberts's avatar William Roberts
Browse files

Added new line to end of file

Change-Id: I4f0576a47ca2e99bca719bf321349c7d7d05cd3c
parent 98ed392e
No related branches found
No related tags found
No related merge requests found
...@@ -911,8 +911,7 @@ static void output() { ...@@ -911,8 +911,7 @@ static void output() {
r = cursor->e->r; r = cursor->e->r;
rule_map_print(output_file, r); rule_map_print(output_file, r);
cursor = cursor->next; cursor = cursor->next;
if (cursor) fprintf(output_file, "\n");
fprintf(output_file, "\n");
} }
} }
......
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