summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-17 22:50:57 +0000
committerDavid Robillard <d@drobilla.net>2008-09-17 22:50:57 +0000
commit29633d1888e841c6834b84af4e768ee864863393 (patch)
treec02e671cb220e9cd2d03accd7b696eb3c41597b3 /SConstruct
parent12037d323442294196e507e8632ed5403a0fbc38 (diff)
Fix indentation.
git-svn-id: svn://localhost/ardour2/branches/3.0@3749 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct8
1 files changed, 4 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 9bfd864ea0..86f121024c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -452,10 +452,10 @@ deps = \
'lrdf' : '0.4.0',
'jack' : '0.109.0',
'libgnomecanvas-2.0' : '2.0',
- 'aubio' : '0.3.2',
- 'ogg' : '1.1.2',
- 'flac' : '1.2.1',
- 'sndfile' : '1.0.18'
+ 'aubio' : '0.3.2',
+ 'ogg' : '1.1.2',
+ 'flac' : '1.2.1',
+ 'sndfile' : '1.0.18'
}
def DependenciesRequiredMessage():