Skip to content

Commit d1ff498

Browse files
committed
Indent error
1 parent 2081388 commit d1ff498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo7Segment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ void Neo7Segment::DisplayTime( uint8_t hours, uint8_t mins, uint8_t secs, uint32
747747
for( int segment = 0; segment < 7; segment++ )
748748
{
749749
for ( int p = 0; p < dispPixelSegment; p++ )
750-
pixels.setPixelColor( segmentsPixels[ segment ][ p ] + ( s * NUM_PIXELS_PER_BOARD ), Color(0,0,0) );
750+
pixels.setPixelColor( segmentsPixels[ segment ][ p ] + ( s * NUM_PIXELS_PER_BOARD ), Color(0,0,0) );
751751
}
752752

753753
if (dispUseDP)

0 commit comments

Comments
 (0)