mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05: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