Formatting

This commit is contained in:
Jonas Kvinge
2021-06-21 19:54:42 +02:00
parent 7ea60ed178
commit 83b54f2ae6
3 changed files with 3 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ void BlockAnalyzer::analyze(QPainter &p, const Analyzer::Scope &s, bool new_fram
}
static inline void adjustToLimits(int &b, int &f, int &amount) {
static inline void adjustToLimits(const int &b, int &f, int &amount) {
// with a range of 0-255 and maximum adjustment of amount, maximise the difference between f and b