mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
More coding style changes.
This commit is contained in:
@@ -15,8 +15,8 @@ public:
|
||||
virtual bool initialize() override;
|
||||
virtual const char* class_name() const override;
|
||||
|
||||
void addProcess(Process&);
|
||||
void removeProcess(Process&);
|
||||
void add_process(Process&);
|
||||
void remove_process(Process&);
|
||||
|
||||
private:
|
||||
ProcFS();
|
||||
|
||||
Reference in New Issue
Block a user