Skip to content

Commit 8b2320b

Browse files
eotter-beeplzwind
authored andcommitted
Beautify the code
I made some changes like making the coding style beautified into the "Mozilla"-style beautification to make it easier to contribute to
1 parent 0eee8e8 commit 8b2320b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/calendar-service/src/csystemdtimercontrol.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@ void CSystemdTimerControl::createPeriodicTimerFromTemplate(const QString &name,
374374
content += "[Install]\n";
375375
content += "WantedBy=timers.target\n";
376376

377+
qCDebug(ServiceLogger) << "Creating periodic timer file:" << fileName << "with interval:" << intervalMinutes << "minutes";
378+
createFile(fileName, content);
379+
} content += "[Install]\n";
380+
content += "WantedBy=timers.target\n";
381+
377382
qCDebug(ServiceLogger) << "Creating periodic timer file:" << fileName << "with interval:" << intervalMinutes << "minutes";
378383
createFile(fileName, content);
379384
}

0 commit comments

Comments
 (0)