diff options
author | Joe George <joe@zeroc.com> | 2017-05-23 12:34:26 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-23 12:34:26 -0400 |
commit | 1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf (patch) | |
tree | 2c8255e3956d9f56416b24c99623cf6ebacb4c9b /android | |
parent | Android build instruction updates (diff) | |
download | ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.tar.bz2 ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.tar.xz ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.zip |
Fix whitespace
Diffstat (limited to 'android')
-rw-r--r-- | android/controller/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |