From a8613180748385dc793c5095f61b89de484dbbb7 Mon Sep 17 00:00:00 2001
From: William Roberts <w.roberts@sta.samsung.com>
Date: Wed, 5 Sep 2012 11:23:40 -0700
Subject: [PATCH] Added new line to end of file
Change-Id: I4f0576a47ca2e99bca719bf321349c7d7d05cd3c
---
check_seapp/check_seapp.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/check_seapp/check_seapp.c b/check_seapp/check_seapp.c
index 166e6d39b..82d7166aa 100644
--- a/check_seapp/check_seapp.c
+++ b/check_seapp/check_seapp.c
@@ -911,8 +911,7 @@ static void output() {
r = cursor->e->r;
rule_map_print(output_file, r);
cursor = cursor->next;
- if (cursor)
- fprintf(output_file, "\n");
+ fprintf(output_file, "\n");
}
}
--
GitLab