Sketcher: Reformat to current clang-format standard

This commit is contained in:
Chris Hennes
2023-09-02 12:32:58 -05:00
committed by Chris Hennes
parent 50513232ac
commit fcedce3c42
96 changed files with 2132 additions and 1185 deletions

View File

@@ -42,8 +42,9 @@ SketchObjectSF::SketchObjectSF()
short SketchObjectSF::mustExecute() const
{
if (SketchFlatFile.isTouched())
if (SketchFlatFile.isTouched()) {
return 1;
}
return 0;
}