Files
archived-lcd4linux/indent.sh
reinelt 22b2fbf2b4 [lcd4linux @ 2005-05-12 14:55:47 by reinelt]
plugins for serdisplib driver

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@551 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2005-05-12 14:55:47 +00:00

9 lines
221 B
Bash
Executable File

#! /bin/bash
# -kr Use Kernighan & Ritchie coding style.
# -l150 Set maximum line length for non-comment lines to 150.
# -pmt Preserve access and modification times on output files.
indent -kr -l150 -pmt *.c *.h