mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
add a newline for clarity
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -194,7 +194,7 @@ void CoreTest::testEnvironment()
|
|||||||
catch (Exception&)
|
catch (Exception&)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
std::cout << std::endl;
|
||||||
std::cout << "OS Name: " << Environment::osName() << std::endl;
|
std::cout << "OS Name: " << Environment::osName() << std::endl;
|
||||||
std::cout << "OS Display Name: " << Environment::osDisplayName() << std::endl;
|
std::cout << "OS Display Name: " << Environment::osDisplayName() << std::endl;
|
||||||
std::cout << "OS Version: " << Environment::osVersion() << std::endl;
|
std::cout << "OS Version: " << Environment::osVersion() << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user