rdesktop/indent-all.sh
Henrik Andersson 8586cfc8cb Remove deprecated rdp2vnc
Fixes issue #95
2017-08-14 15:58:48 +02:00

6 lines
141 B
Bash
Executable File

#!/bin/sh
indent -bli0 -i8 -cli8 -npcs -l100 *.h *.c
# Tweak in order to support both indent 2.2.10 and 2.2.11
perl -pi -e 's|!!|! !|g' *.c