reformat SyncJournalDb::setFileRecord to decrease complexity
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 20 Apr 2022 20:08:07 +0000 (22:08 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Mon, 2 May 2022 11:52:05 +0000 (13:52 +0200)
commitb64c07746918dfda838865706e8256004b3d7817
treebe997e6158f3e6363541c806fabd6572a6d23f80
parent3cf19f5804be5664840d2197b68ac035e4d3fc85
reformat SyncJournalDb::setFileRecord to decrease complexity

reduce the measure of branching complexity by reformatting the method

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/common/syncjournaldb.cpp