Salome HOME
untabify
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_PassKeyShapeMapHasher.hxx
index 7cb5d41e95e1b813825e180b4a42f4bd7acadd86..8b3ad711b2709d8eb5282e56667840f56b1f66f5 100644 (file)
@@ -43,10 +43,10 @@ class GEOMAlgo_PassKeyShapeMapHasher
  public:
   Standard_EXPORT
     static  Standard_Integer HashCode(const GEOMAlgo_PassKeyShape& aPKey,
-                                     const Standard_Integer Upper) ;
+                                      const Standard_Integer Upper) ;
 
   Standard_EXPORT
     static  Standard_Boolean IsEqual(const GEOMAlgo_PassKeyShape& aPKey1,
-                                    const GEOMAlgo_PassKeyShape& aPKey2) ;
+                                     const GEOMAlgo_PassKeyShape& aPKey2) ;
 };
 #endif