[Spambayes-checkins] spambayes cvcost.py,1.3,1.4

Tim Peters tim_one@users.sourceforge.net
Sun, 13 Oct 2002 12:26:39 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv15589

Modified Files:
	cvcost.py 
Log Message:
More whitespace.


Index: cvcost.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/cvcost.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cvcost.py	13 Oct 2002 19:24:22 -0000	1.3
--- cvcost.py	13 Oct 2002 19:26:31 -0000	1.4
***************
*** 38,42 ****
      sys.exit(code)
  
! def cost(spamhist,hamhist,hamcut,spamcut):
      spamok = 0
      spamunknown = 0
--- 38,42 ----
      sys.exit(code)
  
! def cost(spamhist, hamhist, hamcut, spamcut):
      spamok = 0
      spamunknown = 0