Skip to content
Snippets Groups Projects
Commit b9a600cc authored by ilor's avatar ilor
Browse files

add a space after a comma

parent 05a68caf
Branches
No related merge requests found
...@@ -152,7 +152,7 @@ public: ...@@ -152,7 +152,7 @@ public:
* Boost seralization support. Users must include appropriate boost headers. * Boost seralization support. Users must include appropriate boost headers.
*/ */
template<class Archive> template<class Archive>
void serialize(Archive & ar,const unsigned int version) void serialize(Archive & ar, const unsigned int version)
{ {
ar & pos_; ar & pos_;
ar & values_; ar & values_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment