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:
Valient Gough 2012-04-26 02:18:26 +00:00
parent b28b97999e
commit 5d99db5376
2 changed files with 1395 additions and 1393 deletions

View File

@ -130,10 +130,12 @@ struct ConfigInfo
#include "boost-versioning.h" #include "boost-versioning.h"
// define serialization helpers // define serialization helpers
// TODO(vgough): eliminate entirely
namespace boost namespace boost
{ {
namespace serialization namespace serialization
{ {
template<class Archive> template<class Archive>
void save(Archive &ar, const EncFSConfig &cfg, void save(Archive &ar, const EncFSConfig &cfg,
unsigned int version) unsigned int version)
@ -254,8 +256,8 @@ namespace boost
ar & make_nvp("major", i.current()); ar & make_nvp("major", i.current());
ar & make_nvp("minor", i.revision()); ar & make_nvp("minor", i.revision());
} }
} } // namespace serialization
} } // namespace boost
EncFS_Root::EncFS_Root() EncFS_Root::EncFS_Root()
{ {