Skip to content

Commit c4e6d79

Browse files
committed
Fixed format
1 parent 25338a8 commit c4e6d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/FileView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Pinetime {
3636
~TextView() override;
3737

3838
private:
39-
char *buf;
39+
char* buf;
4040
};
4141
}
4242
}

0 commit comments

Comments
 (0)