From 746c29ff7e57afd1d2dc5b80d60e1de300f70273 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Thu, 29 Aug 2024 15:10:55 +0200 Subject: [PATCH] - coding style --- snapper/Btrfs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapper/Btrfs.cc b/snapper/Btrfs.cc index cd6a9ac1..53432e2b 100644 --- a/snapper/Btrfs.cc +++ b/snapper/Btrfs.cc @@ -1646,7 +1646,7 @@ namespace snapper MntTable mnt_table(root_prefix); mnt_table.parse_fstab(); - string mountpoint = (subvolume == "/" ? "" : subvolume) + "/" SNAPSHOTS_NAME; + string mountpoint = (subvolume == "/" ? "" : subvolume) + "/" SNAPSHOTS_NAME; libmnt_fs* snapshots = mnt_table.find_target(mountpoint, MNT_ITER_FORWARD); if (!snapshots) return; -- 2.47.3