Fix whitespace issue

This commit is contained in:
Christian 2012-07-29 23:54:07 -04:00
parent 825f1a8b50
commit a850ea6bc0
1 changed files with 2 additions and 2 deletions

View File

@ -119,11 +119,11 @@ public class RelaunchLibraryManager
if (!download)
{
System.out.printf("Found library file %s present and correct in lib dir", libName);
System.out.printf("Found library file %s present and correct in lib dir\n", libName);
}
else
{
System.out.printf("Library file %s was downloaded and verified successfully", libName);
System.out.printf("Library file %s was downloaded and verified successfully\n", libName);
}
try