Skip to content

Commit 538ed10

Browse files
committed
clang format
1 parent ea70df1 commit 538ed10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/Uhrtypes/Uhrtype.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ class iUhrType {
231231
if (G.layoutVariant[MeanderRows] && (col % 2 == 0)) {
232232
row = rowsWordMatrix() - 1 - row;
233233
}
234-
returnValue = row + rowsWordMatrix() * (newColsWordMatrix - 1 - col);
234+
returnValue =
235+
row + rowsWordMatrix() * (newColsWordMatrix - 1 - col);
235236
if (G.layoutVariant[ExtraLedPerRow]) {
236237
returnValue += colsWordMatrix() - 1 - col;
237238
numPixelsWordMatrix += colsWordMatrix() - 1;

0 commit comments

Comments
 (0)