]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- coding style 863/head
authorArvin Schnell <aschnell@suse.de>
Thu, 11 Jan 2024 09:44:07 +0000 (10:44 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 11 Jan 2024 09:44:07 +0000 (10:44 +0100)
snapper/AsciiFile.cc
snapper/File.cc
snapper/Snapshot.cc

index 189b292a3292d489087248ef8f45f7da5ecd51bc..ab917316b183bb1b6e15fc3501a2030c14b7a67d 100644 (file)
@@ -397,9 +397,7 @@ namespace snapper
     }
 
 
-    AsciiFileReader::~AsciiFileReader()
-    {
-    }
+    AsciiFileReader::~AsciiFileReader() = default;
 
 
     bool
index ce45448dc88f1a8f770ddcd4b149a5aff696b197..a863b9ae43c0416a19790de574a2fad00bbadd8e 100644 (file)
@@ -87,9 +87,7 @@ namespace snapper
     }
 
 
-    Files::~Files()
-    {
-    }
+    Files::~Files() = default;
 
 
     void
index 15f26bad04636056260ca2b69ea82bfba143bae2..809685f0173eae15b563e603781565f5871b13e0 100644 (file)
@@ -87,9 +87,7 @@ namespace snapper
     }
 
 
-    Snapshot::~Snapshot()
-    {
-    }
+    Snapshot::~Snapshot() = default;
 
 
     // Directory containing the actual content of the snapshot.
@@ -240,9 +238,7 @@ namespace snapper
     }
 
 
-    Snapshots::~Snapshots()
-    {
-    }
+    Snapshots::~Snapshots() = default;
 
 
     void