summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-04-25 19:43:29 (GMT)
committerTobias Markmann <tm@ayena.de>2016-04-25 19:43:29 (GMT)
commit857791adda753a0f94da8317bbc019378b1f09bd (patch)
tree96aa2e4d863d50888a16527f9fbb38712e97d8ee /Swiften/SASL
parentb58ad7f4b01623a8807b8c268208bd9c8496f4e2 (diff)
downloadswift-857791adda753a0f94da8317bbc019378b1f09bd.zip
swift-857791adda753a0f94da8317bbc019378b1f09bd.tar.bz2
Convert hard tabs to four spaces in all our SConscript/*.py files
Test-Information: Test that it still builds and unit test pass on OS X 10.11.4. Change-Id: I2eb4a0b707991aee553db36a8cd1ae28b813acab
Diffstat (limited to 'Swiften/SASL')
-rw-r--r--Swiften/SASL/SConscript44
1 files changed, 22 insertions, 22 deletions
diff --git a/Swiften/SASL/SConscript b/Swiften/SASL/SConscript
index 7e1fd07..6aa3e72 100644
--- a/Swiften/SASL/SConscript
+++ b/Swiften/SASL/SConscript
@@ -3,31 +3,31 @@ Import("swiften_env", "env")
myenv = swiften_env.Clone()
objects = myenv.SwiftenObject([
- "ClientAuthenticator.cpp",
- "EXTERNALClientAuthenticator.cpp",
- "PLAINClientAuthenticator.cpp",
- "PLAINMessage.cpp",
- "SCRAMSHA1ClientAuthenticator.cpp",
- "DIGESTMD5Properties.cpp",
- "DIGESTMD5ClientAuthenticator.cpp",
- ])
+ "ClientAuthenticator.cpp",
+ "EXTERNALClientAuthenticator.cpp",
+ "PLAINClientAuthenticator.cpp",
+ "PLAINMessage.cpp",
+ "SCRAMSHA1ClientAuthenticator.cpp",
+ "DIGESTMD5Properties.cpp",
+ "DIGESTMD5ClientAuthenticator.cpp",
+ ])
if myenv["PLATFORM"] == "win32" :
- objects += myenv.SwiftenObject([
- "WindowsServicePrincipalName.cpp",
- "WindowsAuthentication.cpp",
- "WindowsGSSAPIClientAuthenticator.cpp"
- ])
+ objects += myenv.SwiftenObject([
+ "WindowsServicePrincipalName.cpp",
+ "WindowsAuthentication.cpp",
+ "WindowsGSSAPIClientAuthenticator.cpp"
+ ])
swiften_env.Append(SWIFTEN_OBJECTS = [objects])
env.Append(UNITTEST_SOURCES = [
- File("UnitTest/PLAINMessageTest.cpp"),
- File("UnitTest/PLAINClientAuthenticatorTest.cpp"),
- File("UnitTest/SCRAMSHA1ClientAuthenticatorTest.cpp"),
- File("UnitTest/DIGESTMD5PropertiesTest.cpp"),
- File("UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp"),
- ])
+ File("UnitTest/PLAINMessageTest.cpp"),
+ File("UnitTest/PLAINClientAuthenticatorTest.cpp"),
+ File("UnitTest/SCRAMSHA1ClientAuthenticatorTest.cpp"),
+ File("UnitTest/DIGESTMD5PropertiesTest.cpp"),
+ File("UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp"),
+ ])
if myenv["PLATFORM"] == "win32" :
- env.Append(UNITTEST_SOURCES = [
- File("UnitTest/WindowsServicePrincipalNameTest.cpp"),
- ])
+ env.Append(UNITTEST_SOURCES = [
+ File("UnitTest/WindowsServicePrincipalNameTest.cpp"),
+ ])