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