mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -21,7 +21,7 @@ class FileDescriptor;
|
||||
|
||||
class FS : public Retainable<FS> {
|
||||
public:
|
||||
static void initializeGlobals();
|
||||
static void initialize_globals();
|
||||
virtual ~FS();
|
||||
|
||||
dword id() const { return m_fsid; }
|
||||
|
||||
Reference in New Issue
Block a user