xref: /linux/scripts/Lindent (revision 2b8232ce512105e28453f301d1510de8363bccd1)
1#!/bin/sh
2indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 "$@"
3