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

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.2.1/third_party/portaudio/fixdir.bat

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
rem Use Astyle to fix style in 'C' files
 
2
cd %1%
 
3
 
 
4
fixlines -p *.c
 
5
fixlines -p *.cpp
 
6
fixlines -p *.cc
 
7
 
 
8
astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.c
 
9
astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cpp
 
10
astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cc
 
11
del *.orig
 
12
@rem convert line terminators to Unix style LFs
 
13
fixlines -u *.c
 
14
fixlines -u *.cpp
 
15
fixlines -u *.cc
 
16
fixlines -u *.h
 
17
del *.bak
 
18
 
 
19
cd ..\