From 6f4a74120fe464787dac4ff5f8ae7bcf503826ea Mon Sep 17 00:00:00 2001 From: jpirnay Date: Fri, 1 May 2026 09:57:57 +0200 Subject: [PATCH] yaclf --- src/activities/boot_sleep/SleepActivity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activities/boot_sleep/SleepActivity.h b/src/activities/boot_sleep/SleepActivity.h index 521fea31..b783b935 100644 --- a/src/activities/boot_sleep/SleepActivity.h +++ b/src/activities/boot_sleep/SleepActivity.h @@ -25,7 +25,7 @@ class SleepActivity final : public Activity { void renderCustomSleepScreen() const; void renderCoverSleepScreen() const; void renderBitmapSleepScreen(const Bitmap& bitmap, const BookOverlayInfo& overlayInfo, - bool topAlignForCoverFit = false) const; + bool topAlignForCoverFit = false) const; void renderBlankSleepScreen() const; void renderOverlaySleepScreen() const; BookOverlayInfo getBookOverlayInfo(const std::string& bookPath) const;