~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to sflphone-common/libs/pjproject/third_party/portaudio/fixfile.bat

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2011-11-25 13:24:12 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111125132412-dc4qvhyosk74cd42
Tags: 1.0.1-4
Don't assume that arch:all packages will get built (closes: #649726)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
rem Use Astyle to fix style in a file
2
 
fixlines -p %1%
3
 
astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1%
4
 
del %1%.orig
5
 
@rem convert line terminators to Unix style LFs
6
 
fixlines -u %1%
7
 
del %1%.bak