Skip to content

Commit e5f148c

Browse files
pavel-the-bestactions-user
pavel-the-best
authored andcommitted
Apply formatting changes
1 parent 69b5ef7 commit e5f148c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/console_io/src/window.cpp

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,23 @@ bool window::operator==(const window &other) const
3030
return win_ptr == other.win_ptr;
3131
}
3232

33-
int window::get_size_x() const {
33+
int window::get_size_x() const
34+
{
3435
return size_x;
3536
}
3637

37-
int window::get_size_y() const {
38+
int window::get_size_y() const
39+
{
3840
return size_y;
3941
}
4042

41-
int window::get_offset_x() const {
43+
int window::get_offset_x() const
44+
{
4245
return offset_x;
4346
}
4447

45-
int window::get_offset_y() const {
48+
int window::get_offset_y() const
49+
{
4650
return offset_y;
4751
}
4852

0 commit comments

Comments
 (0)