summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android-compat/BuildInstructions.md3
-rw-r--r--android/controller/build.gradle2
-rw-r--r--scripts/Util.py2
3 files changed, 3 insertions, 4 deletions
diff --git a/android-compat/BuildInstructions.md b/android-compat/BuildInstructions.md
index 6b514a2a87f..9f01112731a 100644
--- a/android-compat/BuildInstructions.md
+++ b/android-compat/BuildInstructions.md
@@ -70,7 +70,7 @@ Follow these steps to import the Ice for Android project into Android Studio:
The Android Studio project contains a `testController` application for the Ice test
suite. To run the application, select it in the configuration pull down and run
-it.
+it.
## Running the Test Suite
@@ -120,4 +120,3 @@ the available image names in your host by using `emulator -list-avds`. Images
can be created using Android Studio.
[1]: https://zeroc.com/download.html
-
diff --git a/android/controller/build.gradle b/android/controller/build.gradle
index c142691dd04..b2fe745a309 100644
--- a/android/controller/build.gradle
+++ b/android/controller/build.gradle
@@ -74,4 +74,4 @@ dependencies {
def name = it.replace('/', '_')
compile project(":test_${name}")
}
-} \ No newline at end of file
+}
diff --git a/scripts/Util.py b/scripts/Util.py
index 703a3d2f3b4..a11d6b663cb 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -279,7 +279,7 @@ class Windows(Platform):
except:
pass
return self.compiler
-
+
def getPlatformToolset(self):
return self.getCompiler().replace("VC", "v")