From 529fc1a243d5b18a6d4d7185608b06b1c9dd6d32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 19 May 2008 13:44:56 +0000
Subject: [PATCH] change style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21014 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/PaySheetTransaction.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/Document/PaySheetTransaction.py b/product/ERP5/Document/PaySheetTransaction.py
index e96f579a17..904c8615d4 100644
--- a/product/ERP5/Document/PaySheetTransaction.py
+++ b/product/ERP5/Document/PaySheetTransaction.py
@@ -451,8 +451,8 @@ class PaySheetTransaction(Invoice):
         calculation_script = getattr(paysheet, script_name, None)
         quantity=0
         price=0
-        cell_dict = calculation_script(base_amount_dict=base_amount_dict, 
-                                        cell=cell,)
+        cell_dict = calculation_script(base_amount_dict=base_amount_dict,
+                                       cell=cell,)
         cell_dict.update({'category_list': cell_coordinates})
 
         if cell_dict.has_key('categories'):
@@ -480,7 +480,7 @@ class PaySheetTransaction(Invoice):
                 base_amount_dict[base_participation]={}
 
               if price:
-                new_val = round((old_val + quantity*price), precision) 
+                new_val = round((old_val + quantity*price), precision)
               base_amount_dict[base_participation][share] = new_val
 
       if cell_list:
-- 
2.30.9