mirror of
https://github.com/vgough/encfs.git
synced 2024-11-25 01:13:12 +01:00
reformat files before major edits
git-svn-id: http://encfs.googlecode.com/svn/trunk@78 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
b28b97999e
commit
5d99db5376
@ -130,10 +130,12 @@ struct ConfigInfo
|
||||
#include "boost-versioning.h"
|
||||
|
||||
// define serialization helpers
|
||||
// TODO(vgough): eliminate entirely
|
||||
namespace boost
|
||||
{
|
||||
namespace serialization
|
||||
{
|
||||
|
||||
template<class Archive>
|
||||
void save(Archive &ar, const EncFSConfig &cfg,
|
||||
unsigned int version)
|
||||
@ -254,8 +256,8 @@ namespace boost
|
||||
ar & make_nvp("major", i.current());
|
||||
ar & make_nvp("minor", i.revision());
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace serialization
|
||||
} // namespace boost
|
||||
|
||||
EncFS_Root::EncFS_Root()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user