• Martin Blais's avatar
    Normalized a few cases of whitespace in function declarations. · 215f13dd
    Martin Blais yazdı
    Found them using::
    
      find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done
      find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done
    
    (I was doing this all over my own code anyway, because I'd been using spaces in
    all defs, so I thought I'd make a run on the Python code as well.  If you need
    to do such fixes in your own code, you can use xx-rename or parenregu.el within
    emacs.)
    215f13dd
Adı
Son kayıt (commit)
Son güncelleme
..
cgi Loading commit data...
classes Loading commit data...
comparisons Loading commit data...
curses Loading commit data...
embed Loading commit data...
imputil Loading commit data...
md5test Loading commit data...
metaclasses Loading commit data...
newmetaclasses Loading commit data...
parser Loading commit data...
pdist Loading commit data...
pysvr Loading commit data...
rpc Loading commit data...
scripts Loading commit data...
sockets Loading commit data...
threads Loading commit data...
tix Loading commit data...
tkinter Loading commit data...
xml Loading commit data...
zlib Loading commit data...
README Loading commit data...