From 02d56750bda532e9a0b4e4d9efcde82ae44fdc38 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:03:38 +0000 Subject: Remove trailing blank lines Remove any blank lines at the end of all source files --- tools/icon_to_c.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/icon_to_c.c') diff --git a/tools/icon_to_c.c b/tools/icon_to_c.c index 8a88fffb..0957c2b0 100644 --- a/tools/icon_to_c.c +++ b/tools/icon_to_c.c @@ -374,4 +374,3 @@ int main(int argc, char **argv) return icon_to_c_struct(icon, dest, struct_name); } - -- cgit