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