Skip to content
  • Agustin Martin Domingo's avatar
    Remove most trailing whitespace. · 87e86169
    Agustin Martin Domingo authored
    
    
    Hope code below did not mess anything. "entity-map" subdir is explicitly
    excluded, some of the defitinions seem to need trailing whitespace.
    
    parse_data: no entity map for `urlnam'
    parse_data: no entity map for `[shy   ]'
    
    ---------
    
    unset BKP
    
    find . \
         -type f \
         -not -iwholename '*.git*' \
         -not -iwholename '*.pc*' \
         -not -iwholename '*entity-map*' \
         -not -iwholename '*.png' \
         -not -iwholename '*.gif' \
         -print0 | xargs -0 sed -i${BKP} -E "s/[[:space:]]+$//"
    
    Signed-off-by: default avatarAgustin Martin Domingo <agmartin@debian.org>
    87e86169