style fix

This commit is contained in:
Guenter Obiltschnig 2016-09-28 12:23:07 +02:00
parent ac1f9f243d
commit 4c7562c497

View File

@ -291,11 +291,14 @@ inline void BSONWriter::write<NullValue>(NullValue& from)
{
}
struct BSONTimestamp {
struct BSONTimestamp
{
Poco::Timestamp ts;
Poco::Int32 inc;
};
// BSON Timestamp
// spec: int64
template<>