diff options
Diffstat (limited to 'Swiften/Examples/SConscript')
| -rw-r--r-- | Swiften/Examples/SConscript | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/Swiften/Examples/SConscript b/Swiften/Examples/SConscript index 8a0a48f..601cba2 100644 --- a/Swiften/Examples/SConscript +++ b/Swiften/Examples/SConscript @@ -3,12 +3,12 @@ Import("swiften_env")  myenv = swiften_env.Clone()  SConscript(dirs = [ -	"SendMessage", -	"SendFile", -	"ConnectivityTest", -	"LinkLocalTool", -	"NetworkTool", -	"ParserTester", -	"BenchTool", -	"MUCListAndJoin", +    "SendMessage", +    "SendFile", +    "ConnectivityTest", +    "LinkLocalTool", +    "NetworkTool", +    "ParserTester", +    "BenchTool", +    "MUCListAndJoin",  ])  | 
 Swift