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
This commit is contained in:
Peter Åstrand 2013-09-16 12:44:37 +00:00
parent bce8ca3baa
commit a30be70a6b

View File

@ -1,3 +1,5 @@
#!/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