Fix indentation

This commit is contained in:
Gabriel Moskovicz 2016-04-28 11:08:21 -03:00
parent efabaa7c19
commit 48d26d8886
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ allprojects {
// Name all the non-root projects after their path so that paths get grouped together when imported into eclipse.
if (path != ':') {
eclipse.project.name = path
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
eclipse.project.name = eclipse.project.name.replace(':', '_')
}
}