Drawing: Apply clang format

This commit is contained in:
wmayer
2023-09-10 12:33:49 +02:00
committed by wwmayer
parent ebcd846d09
commit 789912d745
52 changed files with 2650 additions and 2106 deletions

View File

@@ -22,7 +22,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <sstream>
#include <sstream>
#endif
#include "PageGroup.h"
@@ -36,12 +36,11 @@ using namespace Drawing;
PROPERTY_SOURCE(Drawing::PageGroup, App::DocumentObjectGroup)
PageGroup::PageGroup(void)
PageGroup::PageGroup(void)
{
static const char *group = "Drawings";
ADD_PROPERTY_TYPE(Pages,(nullptr),group,App::Prop_None,"List of pages");
static const char* group = "Drawings";
ADD_PROPERTY_TYPE(Pages, (nullptr), group, App::Prop_None, "List of pages");
}
PageGroup::~PageGroup()
{
}
{}