mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 18:09:31 -06:00
cmNewLineStyle: Remove useless semi-colon
Warned by clang.
This commit is contained in:
@@ -78,7 +78,7 @@ const std::string cmNewLineStyle::GetCharacters() const
|
||||
return "\r\n";
|
||||
default:
|
||||
;
|
||||
};
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user