]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- coding style 736/head
authorArvin Schnell <aschnell@suse.de>
Mon, 4 Jul 2022 14:07:03 +0000 (16:07 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 4 Jul 2022 14:07:03 +0000 (16:07 +0200)
server/Client.cc

index 53b3747fdca1ab2979c5dfda226142bff62c7203..f4674dbb100da6f9bd8860f62de3d7ab2d2502d4 100644 (file)
@@ -809,7 +809,7 @@ Client::list_snapshots_at_time(DBus::Connection& conn, DBus::Message& msg)
     for (Snapshots::const_iterator it = snapshots.begin(); it != snapshots.end(); ++it)
     {
        if (it->getDate() >= begin && it->getDate() <= end)
-        marshaller << *it;
+           marshaller << *it;
     }
     marshaller.close_array();