summaryrefslogtreecommitdiff
path: root/core/os/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/shell.h')
-rw-r--r--core/os/shell.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/os/shell.h b/core/os/shell.h
index f26f01846e..b2b0aa2260 100644
--- a/core/os/shell.h
+++ b/core/os/shell.h
@@ -37,11 +37,11 @@
*/
class Shell {
- static Shell * singleton;
-public:
+ static Shell *singleton;
- static Shell * get_singleton();
- virtual void execute(String p_path)=0;
+public:
+ static Shell *get_singleton();
+ virtual void execute(String p_path) = 0;
Shell();
virtual ~Shell();