Skip to content

Commit 3b0fcc2

Browse files
Riksu9000JF002
authored andcommitted
clang-format
1 parent 94aefed commit 3b0fcc2

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/displayapp/screens/FirmwareValidation.cpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ namespace {
1717
FirmwareValidation::FirmwareValidation(Pinetime::Applications::DisplayApp* app, Pinetime::Controllers::FirmwareValidator& validator)
1818
: Screen {app}, validator {validator} {
1919
labelVersion = lv_label_create(lv_scr_act(), nullptr);
20-
lv_label_set_text_fmt(labelVersion, "Version : %d.%d.%d\n"
21-
"ShortRef : %s",
22-
Version::Major(),
23-
Version::Minor(),
24-
Version::Patch(),
25-
Version::GitCommitHash());
20+
lv_label_set_text_fmt(labelVersion,
21+
"Version : %d.%d.%d\n"
22+
"ShortRef : %s",
23+
Version::Major(),
24+
Version::Minor(),
25+
Version::Patch(),
26+
Version::GitCommitHash());
2627
lv_obj_align(labelVersion, nullptr, LV_ALIGN_IN_TOP_LEFT, 0, 0);
2728

2829
labelIsValidated = lv_label_create(lv_scr_act(), nullptr);

0 commit comments

Comments
 (0)