#!/usr/bin/env bash

find src test include -type f | xargs perl -pi -e 's/ +$//'
