BIND 10 master, updated. ead53d5c0f105d4f60d451734d66c8f202cbbd15 [master] trivial editorial cleanup: removed spaces in a blank line.
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Mar 31 00:03:59 UTC 2012
The branch, master has been updated
via ead53d5c0f105d4f60d451734d66c8f202cbbd15 (commit)
from c1a0b11d84b6953c0c53bfe26d7c1a946bb772fb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ead53d5c0f105d4f60d451734d66c8f202cbbd15
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 30 17:03:31 2012 -0700
[master] trivial editorial cleanup: removed spaces in a blank line.
-----------------------------------------------------------------------
Summary of changes:
src/lib/config/config_data.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/config/config_data.h b/src/lib/config/config_data.h
index 197d319..3fdbc25 100644
--- a/src/lib/config/config_data.h
+++ b/src/lib/config/config_data.h
@@ -32,7 +32,7 @@ public:
DataNotFoundError(const char* file, size_t line, const std::string& what) :
isc::Exception(file, line, what) {}
};
-
+
class ConfigData {
public:
/// Constructs a ConfigData option with no specification and an
More information about the bind10-changes
mailing list