cmNewLineStyle: Remove useless semi-colon

Warned by clang.
This commit is contained in:
Sean McBride 2013-09-19 13:00:07 -04:00 committed by Brad King
parent 7e7a1c0a50
commit 6cea3eeb4b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const std::string cmNewLineStyle::GetCharacters() const
return "\r\n";
default:
;
};
}
return "";
}