Correct whitespace error

This commit is contained in:
Matt Clarkson
2015-09-11 14:45:47 +01:00
parent 6da711b843
commit f54f9e89fd
+1 -1
View File
@@ -222,7 +222,7 @@ namespace cereal
}
//! Saves a bool to the current node
void saveValue(bool b) { itsWriter.Bool_(b); }
void saveValue(bool b) { itsWriter.Bool_(b); }
//! Saves an int to the current node
void saveValue(int i) { itsWriter.Int(i); }
//! Saves a uint to the current node