Merge branch 'master' of /home/git/platal into profile_edit
[platal.git] / modules / payment / money / cyberpaiement.inc.php
index ff37371..d031c9e 100644 (file)
@@ -31,7 +31,7 @@ class CyberPayment
 
     // }}}
     // {{{ constructor
-    
+
     function CyberPayment($val)
     {
         $this->val = strtr(sprintf("%.02f", (float)$val), '.', ',');