Browse Source

[640] editorial nits: remove white space at EOL; corrected copyright year

JINMEI Tatuya 13 years ago
parent
commit
78e535f5a0

+ 1 - 1
src/lib/config/tests/ccsession_unittests.cc

@@ -201,7 +201,7 @@ TEST_F(CCSessionTest, session_close) {
         ModuleCCSession mccs(ccspecfile("spec2.spec"), session, NULL, NULL,
                              true, false);
         EXPECT_TRUE(session.haveSubscription("Spec2", "*"));
-        // The initial message is irrelevant for this test 
+        // The initial message is irrelevant for this test
         // (see session2 test), drop it
         session.getFirstMessage(group, to);
         // Queue should now be empty

+ 1 - 1
src/lib/python/isc/testutils/ccsession_mock.py

@@ -1,4 +1,4 @@
-# Copyright (C) 2011  Internet Systems Consortium.
+# Copyright (C) 2012  Internet Systems Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above