Cleanup: Make format
Formatting changes resulting from running Make Format
This commit is contained in:
@@ -25,7 +25,7 @@ static void node_declare(NodeDeclarationBuilder &b)
|
||||
.subtype(PROP_DISTANCE)
|
||||
.supports_field()
|
||||
.description("The radii of the new points");
|
||||
b.add_output<decl::Geometry>("Points" , "Geometry");
|
||||
b.add_output<decl::Geometry>("Points", "Geometry");
|
||||
}
|
||||
|
||||
class PointsFieldContext : public FieldContext {
|
||||
|
||||
Reference in New Issue
Block a user