Sketcher: Reformat to current clang-format standard
This commit is contained in:
committed by
Chris Hennes
parent
41a1a7a8e6
commit
791fe02934
@@ -42,8 +42,9 @@ SketchObjectSF::SketchObjectSF()
|
||||
|
||||
short SketchObjectSF::mustExecute() const
|
||||
{
|
||||
if (SketchFlatFile.isTouched())
|
||||
if (SketchFlatFile.isTouched()) {
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user