• Lucas Russo's avatar
    all: replace all tabs by 4 spaces · 7e26f200
    Lucas Russo authored
    This was done with the following command:
    find . -type f -not -path "./.git/*" -not -path "./kernel/*" \
    -not -path "./majordomo/*" | xargs -I '{}' -s 100000 vim -c \
    "set et|retab|wq" '{}'
    7e26f200
rw_param_codes.h 980 Bytes