From: vsv Date: Wed, 15 Mar 2017 13:23:13 +0000 (+0300) Subject: Fix code formatting X-Git-Tag: V_2.7.0~221 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8cc8ef289020ec374a7bf2663c70940f055a9325;p=modules%2Fshaper.git Fix code formatting --- 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 {