mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00
HackStudio: Run clang-format
This commit is contained in:
parent
85d65b06ab
commit
6913e2ab99
2 changed files with 3 additions and 3 deletions
|
@ -55,8 +55,8 @@ private:
|
|||
|
||||
String m_name;
|
||||
mutable RefPtr<CodeDocument> m_document;
|
||||
int m_vertical_scroll_value{ 0 };
|
||||
int m_horizontal_scroll_value{ 0 };
|
||||
int m_vertical_scroll_value { 0 };
|
||||
int m_horizontal_scroll_value { 0 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue