Skip to content

Commit a3b15a1

Browse files
GitHub BuildGitHub Build
authored andcommitted
Applied Formatting Changes During GitHub Build
1 parent e432e43 commit a3b15a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HUDL/HUDL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ uint16_t HUDL::getObjectDictionarySize() const {
3737

3838
void HUDL::updateLCD() {
3939
char temps[32][4];
40-
for(int i = 0; i < sizeof(thermTemps) / sizeof(uint32_t); i ++) {
40+
for (int i = 0; i < sizeof(thermTemps) / sizeof(uint32_t); i++) {
4141
std::sprintf(temps[i], "%d C", thermTemps[i]);
4242
}
4343

0 commit comments

Comments
 (0)