~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/freealut/admin/autotools/.indent.pro

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* use GNU coding style */
 
2
--gnu-style
 
3
 
 
4
/* TABs are evil! */
 
5
--no-tabs
 
6
 
 
7
/* for more consistency */
 
8
--swallow-optional-blank-lines
 
9
 
 
10
/* OpenAL typedefs */
 
11
-T ALCboolean
 
12
-T ALCbyte
 
13
-T ALCchar
 
14
-T ALCcontext
 
15
-T ALCdevice
 
16
-T ALCdouble
 
17
-T ALCenum
 
18
-T ALCfloat
 
19
-T ALCint
 
20
-T ALCshort
 
21
-T ALCsizei
 
22
-T ALCubyte
 
23
-T ALCuint
 
24
-T ALCushort
 
25
-T ALCvoid
 
26
-T ALboolean
 
27
-T ALbyte
 
28
-T ALchar
 
29
-T ALdouble
 
30
-T ALenum
 
31
-T ALfloat
 
32
-T ALint
 
33
-T ALshort
 
34
-T ALsizei
 
35
-T ALubyte
 
36
-T ALuint
 
37
-T ALushort
 
38
-T ALvoid
 
39
-T BufferData
 
40
-T InputStream
 
41
-T Int32BigEndian
 
42
-T OutputStream
 
43
-T Status
 
44
-T UInt16LittleEndian
 
45
-T UInt32LittleEndian
 
46
-T size_t