fluff
This commit is contained in:
parent
be6f90f16c
commit
7ada06aa77
@ -37,6 +37,8 @@ using namespace persistent_data;
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace thin_provisioning;
|
using namespace thin_provisioning;
|
||||||
|
|
||||||
|
//----------------------------------------------------------------
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
int restore(string const &backup_file, string const &dev) {
|
int restore(string const &backup_file, string const &dev) {
|
||||||
try {
|
try {
|
||||||
@ -121,3 +123,5 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
return restore(input, output);
|
return restore(input, output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//----------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user