From 8cc8ef289020ec374a7bf2663c70940f055a9325 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 15 Mar 2017 16:23:13 +0300 Subject: [PATCH] Fix code formatting --- src/SketcherPrs/SketcherPrs_SymbolPrs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SketcherPrs/SketcherPrs_SymbolPrs.cpp b/src/SketcherPrs/SketcherPrs_SymbolPrs.cpp index 8f77dbb15..1e7d5f6a8 100644 --- a/src/SketcherPrs/SketcherPrs_SymbolPrs.cpp +++ b/src/SketcherPrs/SketcherPrs_SymbolPrs.cpp @@ -53,7 +53,8 @@ public: SketcherPrs_SymbolArray(const OpenGl_GraphicDriver* theDriver, const Handle(SketcherPrs_SymbolPrs)& theObj, const Handle(AIS_InteractiveContext)& theCtx) :OpenGl_PrimitiveArray(theDriver, theObj->myPntArray->Type(), theObj->myPntArray->Indices(), - theObj->myPntArray->Attributes(), theObj->myPntArray->Bounds()), myObj(theObj), myContext(theCtx) {} + theObj->myPntArray->Attributes(), theObj->myPntArray->Bounds()), myObj(theObj), + myContext(theCtx) {} virtual void Render(const Handle(OpenGl_Workspace)& theWorkspace) const { -- 2.39.2