diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-01-04 00:40:41 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-01-04 00:40:41 -0500 |
commit | b828d21630d8715fff5a30c682a51ab79880093d (patch) | |
tree | cbbc46069dcfc08ab1525ec06a5dff5967dde148 /db/filever.h | |
parent | 4315a900ae604e11f2d9d68d1e6f87b8aa01dddc (diff) | |
download | mongo-b828d21630d8715fff5a30c682a51ab79880093d.tar.gz |
ran astyle SERVER-2304
Diffstat (limited to 'db/filever.h')
-rw-r--r-- | db/filever.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/filever.h b/db/filever.h index 4aa18d49354..e89a8243dcf 100644 --- a/db/filever.h +++ b/db/filever.h @@ -20,11 +20,11 @@ namespace mongo { -inline void checkDataFileVersion(NamespaceDetails& d) { -} + inline void checkDataFileVersion(NamespaceDetails& d) { + } -inline void checkIndexFileVersion(NamespaceDetails& d) { -} + inline void checkIndexFileVersion(NamespaceDetails& d) { + } } |