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