[REVERT] r3591: causing problem to install some modules
[odoo/odoo.git] / bin / tools / pdf_utils.py
index 19cf1db..7d9bf3a 100644 (file)
@@ -60,7 +60,7 @@ trailer
 %%EOF
 """
 
-def output_field( f ):
+def output_field(f):
     return "\xfe\xff" + "".join( [ "\x00"+c for c in f ] )
 
 def extract_keys(lines):