cmNewLineStyle: Remove useless semi-colon
Warned by clang.
This commit is contained in:
parent
7e7a1c0a50
commit
6cea3eeb4b
|
@ -78,7 +78,7 @@ const std::string cmNewLineStyle::GetCharacters() const
|
||||||
return "\r\n";
|
return "\r\n";
|
||||||
default:
|
default:
|
||||||
;
|
;
|
||||||
};
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue