2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[148-lib-process-servers-without-arguments] trailing spaces

This commit is contained in:
Francis Dupont
2018-10-17 16:01:13 +02:00
parent dab02bea77
commit 005602d0a3
3 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ class LoggingTest : public ::testing::Test {
};
const char* LoggingTest::TEST_LOG_NAME = "kea.test.log";
const int LoggingTest::TEST_MAX_SIZE = 204800; // Smallest without disabling rotation
const int LoggingTest::TEST_MAX_SIZE = 204800; // Smallest without disabling rotation
const int LoggingTest::TEST_MAX_VERS = 2; // More than the default of 1
// Checks that the constructor is able to process specified storage properly.