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