From c409a753dbc6318f5454f058dbf55786327035b7 Mon Sep 17 00:00:00 2001 From: Ben Radford Date: Tue, 1 Aug 2023 11:11:16 +0100 Subject: [PATCH] Fix new lines in comment. --- src/libstore/local-overlay-store.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/libstore/local-overlay-store.hh b/src/libstore/local-overlay-store.hh index b91f68eea..874f3b779 100644 --- a/src/libstore/local-overlay-store.hh +++ b/src/libstore/local-overlay-store.hh @@ -127,9 +127,11 @@ private: /** * Check all paths registered in the upper DB. * - * Note that this includes store objects that reside in either overlayfs layer; just enumerating the contents of the upper layer would skip them. + * Note that this includes store objects that reside in either overlayfs layer; + * just enumerating the contents of the upper layer would skip them. * - * We don't verify the contents of both layers on the assumption that the lower layer is far bigger, and also the observation that anything not in the upper db the overlayfs doesn't yet care about. + * We don't verify the contents of both layers on the assumption that the lower layer is far bigger, + * and also the observation that anything not in the upper db the overlayfs doesn't yet care about. */ bool verifyAllValidPaths(RepairFlag repair, StorePathSet & validPaths) override;