1. 06 Haz, 2006 1 kayıt (commit)
    • 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
  2. 22 Mar, 2001 1 kayıt (commit)
  3. 08 Kas, 2000 1 kayıt (commit)