From 35e30ad4f567e32ddab6e8b04ee68f6eccc53206 Mon Sep 17 00:00:00 2001
From: Sean McBride <sean@rogue-research.com>
Date: Thu, 19 Sep 2013 13:00:07 -0400
Subject: [PATCH 2/7] Removed useless semi-colon.

Warned by clang.
---
 Source/cmNewLineStyle.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmNewLineStyle.cxx b/Source/cmNewLineStyle.cxx
index 6f7b6a9..a7d7429 100644
--- a/Source/cmNewLineStyle.cxx
+++ b/Source/cmNewLineStyle.cxx
@@ -78,7 +78,7 @@ const std::string cmNewLineStyle::GetCharacters() const
       return "\r\n";
     default:
       ;
-    };
+    }
   return "";
 }
 
-- 
1.8.3.2

