Browse Source

[3007] Trivial: fixed whitespaces in ncr_msg.cc.

Marcin Siodelski 12 years ago
parent
commit
e773dac499
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/d2/ncr_msg.cc

+ 2 - 2
src/bin/d2/ncr_msg.cc

@@ -385,7 +385,7 @@ NameChangeRequest::getLeaseExpiresOnStr() const {
     return (to_iso_string(*lease_expires_on_));
     return (to_iso_string(*lease_expires_on_));
 }
 }
 
 
-void 
+void
 NameChangeRequest::setLeaseExpiresOn(const std::string&  value) {
 NameChangeRequest::setLeaseExpiresOn(const std::string&  value) {
     try {
     try {
         // Create a new ptime instance from the ISO date-time string in value
         // Create a new ptime instance from the ISO date-time string in value
@@ -400,7 +400,7 @@ NameChangeRequest::setLeaseExpiresOn(const std::string&  value) {
 
 
 }
 }
 
 
-void 
+void
 NameChangeRequest::setLeaseExpiresOn(const boost::posix_time::ptime&  value) {
 NameChangeRequest::setLeaseExpiresOn(const boost::posix_time::ptime&  value) {
     if (lease_expires_on_->is_not_a_date_time()) {
     if (lease_expires_on_->is_not_a_date_time()) {
         isc_throw(NcrMessageError, "Invalid value for lease_expires_on");
         isc_throw(NcrMessageError, "Invalid value for lease_expires_on");