]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- coding style
authorArvin Schnell <aschnell@suse.de>
Fri, 28 Aug 2020 10:49:25 +0000 (12:49 +0200)
committerArvin Schnell <aschnell@suse.de>
Fri, 28 Aug 2020 10:49:25 +0000 (12:49 +0200)
client/mksubvolume.cc
client/proxy-lib.cc
client/systemd-helper.cc

index 7b70643504ee3ec2180b125a3cd0c68484a196a3..792ee7517ef41d0b84601a567cce82e17b9ecf3d 100644 (file)
@@ -555,9 +555,9 @@ main(int argc, char** argv)
     }
     catch (const OptionsException& e)
     {
-        SN_CAUGHT(e);
-        cerr << e.what() << endl;
-        usage();
+       SN_CAUGHT(e);
+       cerr << e.what() << endl;
+       usage();
     }
 
     try
index aa8157edb4e1a3c00b60e90f5fd857fea427a3ed..11f9cee0ae3562ede2c1dc40966a6fb44ed2b83d 100644 (file)
@@ -144,7 +144,7 @@ ProxySnapperLib::deleteSnapshots(vector<ProxySnapshots::iterator> snapshots, boo
 
     ProxySnapshots& proxy_snapshots = getSnapshots();
     for (ProxySnapshots::iterator& proxy_snapshot : snapshots)
-        proxy_snapshots.erase(proxy_snapshot);
+       proxy_snapshots.erase(proxy_snapshot);
 }
 
 
index c34f28e406ecc2584f8358f76186455be9ce8ed4..b01b0c18a5d8fc5f67ef4d644f4212c9adf10554 100644 (file)
@@ -185,9 +185,9 @@ main(int argc, char** argv)
     }
     catch (const OptionsException& e)
     {
-        SN_CAUGHT(e);
-        cerr << e.what() << endl;
-        exit(EXIT_FAILURE);
+       SN_CAUGHT(e);
+       cerr << e.what() << endl;
+       exit(EXIT_FAILURE);
     }
 
     bool ok = true;