Salome HOME
Copyright update 2022
[modules/yacs.git] / src / engine / NbBranches.cxx
index fe7ae53d3b6fe4d3c7731df3db0db1620d152da3..bffeaa1a886fc74ad91b81af4f2c96561bc89cc4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -60,7 +60,7 @@ bool NbBranches::isMultiplicitySpecified(unsigned& value) const
     {
       value=_nbOfBranches.getIntValue();
       return true;
-    }   
+    }
   return false;
 }