From 29633d1888e841c6834b84af4e768ee864863393 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 17 Sep 2008 22:50:57 +0000 Subject: [PATCH] Fix indentation. git-svn-id: svn://localhost/ardour2/branches/3.0@3749 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 8 ++++---- 1 file 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():