HackStudio: Run clang-format
This commit is contained in:
parent
85d65b06ab
commit
6913e2ab99
Notes:
sideshowbarker
2024-07-19 01:34:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6913e2ab998
2 changed files with 3 additions and 3 deletions
|
@ -38,10 +38,10 @@
|
|||
#include "Locator.h"
|
||||
#include "Project.h"
|
||||
#include "TerminalWrapper.h"
|
||||
#include <LibGUI/ScrollBar.h>
|
||||
#include <LibGUI/Splitter.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibThread/Thread.h>
|
||||
#include <LibGUI/ScrollBar.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
||||
|
|
|
@ -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
Reference in a new issue