Changeset 12

Show
Ignore:
Timestamp:
Sat Sep 3 15:30:08 2005
Author:
giovannibajo
Message:

Remove stray tab in source code

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/bindepend.py

    r5 r12  
    138 138           i = 0  
    139 139           while 1:  
    140                 chunk = idata[i*20:(i+1)*20]               chunk = idata[i*20:(i+1)*20]  
      140               chunk = idata[i*20:(i+1)*20]               chunk = idata[i*20:(i+1)*20]  
    140 140               if len(chunk) != 20:  
    141 141                   print "E: premature end of import table (chunk is %d, not 20)" % len(chunk)