Added new line to end of file

Change-Id: I4f0576a47ca2e99bca719bf321349c7d7d05cd3c
diff --git a/check_seapp/check_seapp.c b/check_seapp/check_seapp.c
index 166e6d3..82d7166 100644
--- a/check_seapp/check_seapp.c
+++ b/check_seapp/check_seapp.c
@@ -911,8 +911,7 @@
 		r = cursor->e->r;
 		rule_map_print(output_file, r);
 		cursor = cursor->next;
-		if (cursor)
-			fprintf(output_file, "\n");
+		fprintf(output_file, "\n");
 	}
 }