mirror of https://github.com/davisking/dlib.git
Fixed tabbing
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403914
This commit is contained in:
parent
28f2c0dfbf
commit
d031d6053d
|
@ -102,8 +102,8 @@ namespace dlib
|
|||
std::ostream& out
|
||||
)
|
||||
{
|
||||
dlib::serialize(item.x, out);
|
||||
dlib::serialize(item.i, out);
|
||||
dlib::serialize(item.x, out);
|
||||
dlib::serialize(item.i, out);
|
||||
}
|
||||
|
||||
friend void deserialize(
|
||||
|
@ -111,7 +111,7 @@ namespace dlib
|
|||
std::istream& in
|
||||
)
|
||||
{
|
||||
dlib::deserialize(item.x, in);
|
||||
dlib::deserialize(item.x, in);
|
||||
dlib::deserialize(item.i, in);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue