From 5b1aed99a7d5ce33bfcc4a8cc5ecc578148883d9 Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Mon, 26 Feb 2018 22:08:36 -0600 Subject: [PATCH] Minor indentation fix --- com.ibm.wala.cast.test/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/com.ibm.wala.cast.test/build.gradle b/com.ibm.wala.cast.test/build.gradle index 9e0af4268..ec2d4b801 100644 --- a/com.ibm.wala.cast.test/build.gradle +++ b/com.ibm.wala.cast.test/build.gradle @@ -82,13 +82,13 @@ model { } } binaries.all { - switch ("$targetPlatform.operatingSystem.name/$targetPlatform.architecture.name") { - case 'linux/x86-64': - // TODO: compute path on following line from 'cast' library properties somehow - linker.args '-Wl,-rpath', "${project(':com.ibm.wala.cast').buildDir}/libs/cast/shared" - // TODO: compute path on following line from 'jdk' library properties somehow - linker.args '-Wl,-rpath', "${currentJvm.javaHome}/jre/lib/amd64/server" - } + switch ("$targetPlatform.operatingSystem.name/$targetPlatform.architecture.name") { + case 'linux/x86-64': + // TODO: compute path on following line from 'cast' library properties somehow + linker.args '-Wl,-rpath', "${project(':com.ibm.wala.cast').buildDir}/libs/cast/shared" + // TODO: compute path on following line from 'jdk' library properties somehow + linker.args '-Wl,-rpath', "${currentJvm.javaHome}/jre/lib/amd64/server" + } } } }