Skip to content
  • Kevin J. McCarthy's avatar
    Remove trailing whitespace. · 443295ee
    Kevin J. McCarthy authored
    The result of
      find . -name "*.[ch]" -exec emacs -batch {} \
        --eval="(progn (delete-trailing-whitespace) (and (buffer-modified-p) (save-buffer)))" \;
    443295ee