Salome HOME
Constriction type for all sketch entities
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.cpp
index 0f02c5d933d964f5d5358477f45e01a29814dada..0e5fcdf6008302f0de157cacc66a63239eea714c 100644 (file)
@@ -131,8 +131,7 @@ void XGUI_PropertyPanel::updateContentWidget(FeaturePtr theFeature)
     return;
   if (theFeature->isAction() || !theFeature->data())
     return;
-  foreach(ModuleBase_ModelWidget* eachWidget, myWidgets)
-  {
+  foreach(ModuleBase_ModelWidget* eachWidget, myWidgets) {
     eachWidget->setFeature(theFeature);
     eachWidget->restoreValue();
   }