Files @ 5f0bba61653c
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

domruf
changelog: add the same class to empty cell

In order to be able to style the column, an empty cell needs the same class.
#!/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