Files @ d29266efe5a5
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
templates: fix indentation after 9846e4d1f9cd introduced tabs

... as caught by whitespacecleanup.sh
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh