[svn] commit: r706 - /branches/parkinglot/src/lib/dns/cpp/rrparamregistry_unittest.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 3 08:59:11 UTC 2010
Author: jinmei
Date: Wed Feb 3 08:59:11 2010
New Revision: 706
Log:
gave a separate line for an opening curly brace of a class member function
Modified:
branches/parkinglot/src/lib/dns/cpp/rrparamregistry_unittest.cc
Modified: branches/parkinglot/src/lib/dns/cpp/rrparamregistry_unittest.cc
==============================================================================
--- branches/parkinglot/src/lib/dns/cpp/rrparamregistry_unittest.cc (original)
+++ branches/parkinglot/src/lib/dns/cpp/rrparamregistry_unittest.cc Wed Feb 3 08:59:11 2010
@@ -31,7 +31,8 @@
namespace {
class RRParamRegistryTest : public ::testing::Test {
protected:
- RRParamRegistryTest() {
+ RRParamRegistryTest()
+ {
ostringstream oss1;
oss1 << test_class_code;
test_class_unknown_str = "CLASS" + oss1.str();
More information about the bind10-changes
mailing list