chore(fix): clang-format fix

This commit is contained in:
Eunchurn Park 2025-12-26 01:56:09 +09:00
parent 0df16bc51f
commit 1047802896
No known key found for this signature in database
GPG Key ID: 29D94D9C697E3F92
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@ void ReaderActivity::onGoToFileSelection() {
void ReaderActivity::onGoToEpubReader(std::unique_ptr<Epub> epub) {
exitActivity();
enterNewActivity(new EpubReaderActivity(renderer, inputManager, std::move(epub), [this] { onGoToFileSelection(); },
[this] { onGoBack(); }));
enterNewActivity(new EpubReaderActivity(
renderer, inputManager, std::move(epub), [this] { onGoToFileSelection(); }, [this] { onGoBack(); }));
}
void ReaderActivity::onEnter() {

View File

@ -156,8 +156,8 @@ void onGoToSettings() {
void onGoHome() {
exitActivity();
enterNewActivity(
new HomeActivity(renderer, inputManager, onContinueReading, onGoToReaderHome, onGoToSettings, onGoToFileTransfer));
enterNewActivity(new HomeActivity(renderer, inputManager, onContinueReading, onGoToReaderHome, onGoToSettings,
onGoToFileTransfer));
}
void setupDisplayAndFonts() {