mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 19:13:49 +01:00
Reformat
This commit is contained in:
parent
75984fa2ec
commit
ed1069761c
@ -174,7 +174,6 @@ File toStatic(File staticFile, Platform platform) {
|
|||||||
return new File(parent, name);
|
return new File(parent, name);
|
||||||
}
|
}
|
||||||
File toPDB(File binaryFile) {
|
File toPDB(File binaryFile) {
|
||||||
println 'prefixByPoco=' + binaryFile
|
|
||||||
String name = binaryFile.getName()
|
String name = binaryFile.getName()
|
||||||
File parent = binaryFile.getParentFile()
|
File parent = binaryFile.getParentFile()
|
||||||
int extensionSeparator = name.lastIndexOf('.')
|
int extensionSeparator = name.lastIndexOf('.')
|
||||||
|
Loading…
Reference in New Issue
Block a user