Remove two instances of EOL whitespace.

This commit is contained in:
Bård Skaflestad 2013-04-30 13:35:34 +02:00
parent 86eb29b4c3
commit 70996fb195

View File

@ -75,7 +75,7 @@ namespace AutoDiff
return os;
}
private:
V val_;
M jac_;
@ -89,7 +89,7 @@ namespace AutoDiff
return fw.print(os);
}
} // namespace Autodiff