Fix mixed line endings

This commit is contained in:
Zheng, Lei
2022-04-26 21:45:10 +08:00
committed by Chris Hennes
parent 2753dd4ca7
commit 3ef438eaf0
66 changed files with 344 additions and 344 deletions

View File

@@ -243,7 +243,7 @@ static Standard_Boolean BRepTools_Write(const TopoDS_Shape& Sh, const Standard_
#else
os.open(File, std::ios::out);
#endif
if (!os.rdbuf()->is_open())
if (!os.rdbuf()->is_open())
return Standard_False;
Standard_Boolean isGood = (os.good() && !os.eof());