From 12ac7f13a67544c0a8bc84ad713dd23bd0416d00 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 28 Jan 2015 01:04:57 +0100 Subject: Autoformat --- src/core/model/Typesystem.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/core/model/Typesystem.cpp b/src/core/model/Typesystem.cpp index 7844227..158cf07 100644 --- a/src/core/model/Typesystem.cpp +++ b/src/core/model/Typesystem.cpp @@ -573,8 +573,9 @@ const Rtti DoubleType = RttiBuilder("DoubleType").parent(&Type); const Rtti BoolType = RttiBuilder("BoolType").parent(&Type); const Rtti EnumType = RttiBuilder("EnumType").parent(&Type); -const Rtti StructType = - RttiBuilder("StructType").parent(&Type).composedOf(&Attribute); +const Rtti StructType = RttiBuilder("StructType") + .parent(&Type) + .composedOf(&Attribute); const Rtti ArrayType = RttiBuilder("ArrayType").parent(&Type); const Rtti UnknownType = RttiBuilder("UnknownType").parent(&Type); @@ -584,8 +585,8 @@ const Rtti Typesystem = RttiBuilder("Typesystem").parent(&Node).composedOf( {&StringType, &IntType, &DoubleType, &BoolType, &EnumType, &StructType, &Constant}); -const Rtti SystemTypesystem = - RttiBuilder ("SystemTypesystem").parent(&Typesystem); +const Rtti SystemTypesystem = RttiBuilder( + "SystemTypesystem").parent(&Typesystem); } } -- cgit v1.2.3