]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ColorDialog.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / XGUI / XGUI_ColorDialog.cpp
index 0df84128dff23c79fcadc038edb620e2983849e9..8c6948b9f6d00bf260e56e23de28497e18ddb5bb 100644 (file)
@@ -85,7 +85,7 @@ void appendValues(std::vector<int>& theRGB, const int theRed, const int theGreen
 
 bool containsValues(std::map<int, std::vector<int> >& theColorMap, std::vector<int>& theValues)
 {
-  std::map<int, std::vector<int> >::const_iterator anIt = theColorMap.begin(), 
+  std::map<int, std::vector<int> >::const_iterator anIt = theColorMap.begin(),
                                                    aLast = theColorMap.end();
   bool isFound = false;
   for (; anIt != aLast && !isFound; anIt++) {