[banshee/grid] [DllMapVerifier] fixed rogue newline output



commit a3cef03e7efb0721d6861be5b88cd7756013636c
Author: Aaron Bockover <abockover novell com>
Date:   Thu Jan 21 20:44:16 2010 -0500

    [DllMapVerifier] fixed rogue newline output

 build/DllMapVerifier.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/build/DllMapVerifier.cs b/build/DllMapVerifier.cs
index a4b2831..9acccb6 100644
--- a/build/DllMapVerifier.cs
+++ b/build/DllMapVerifier.cs
@@ -57,9 +57,8 @@ public static class DllMapVerifier
             total_unmapped_count += file_unmapped_count;
         }
 
-        Console.Error.WriteLine ();
-
         if (total_unmapped_count > 0) {
+            Console.Error.WriteLine ();
             Console.Error.WriteLine ("  If any DllImport above is explicitly allowed to be unmapped,");
             Console.Error.WriteLine ("  add an 'willfully unmapped' comment to the inside of the attribute:");
             Console.Error.WriteLine ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]