Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB authored and m0dB committed May 5, 2024
1 parent 7f88132 commit 3430b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/waveform/renderers/allshader/digitsrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ constexpr qreal SPACE = 3;
constexpr qreal KERNING = 1;

constexpr char indexToChar(int index) {
constexpr char str[] = "0123456789:.";
constexpr char str[] = "0123456789:.";
return str[index];
}
constexpr int charToIndex(QChar ch) {
Expand Down

0 comments on commit 3430b72

Please sign in to comment.