#!/bin/sh

for i in *.c *.h; do
	indent -lp $i
done
