The tests examples were not compiling because of a missing X11 lib. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
for arq in `git ls-files *.c`; do echo $arq; indent -linux -l115 $arq; done The different line break at 115 columns is because I use a widescreen monitor :-)