rdesktop/indent-all.sh
Peter Åstrand a30be70a6b Make sure that the style is the same with both indent 2.2.10 and
2.2.11, wrt !!. 



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1736 423420c4-83ab-492f-b58f-81f9feb106b5
2013-09-16 12:44:37 +00:00

6 lines
157 B
Bash
Executable File

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