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