diff --git a/add after objDebugList/objDebugInspector.object.gmx b/add after objDebugList/objDebugInspector.object.gmx
index 4aaa817..043367a 100644
--- a/add after objDebugList/objDebugInspector.object.gmx
+++ b/add after objDebugList/objDebugInspector.object.gmx
@@ -1,247 +1,247 @@
-
-
+
+
diff --git a/add after objDebugList/scrDebugInspectorGetView.gml b/add after objDebugList/scrDebugInspectorGetView.gml
index c7cae15..0d34f1b 100644
--- a/add after objDebugList/scrDebugInspectorGetView.gml
+++ b/add after objDebugList/scrDebugInspectorGetView.gml
@@ -10,4 +10,4 @@ if (view_enabled && view_visible[argument0]) {
_view[0] = 0;
_view[1] = 0;
_view[2] = window_get_width();
-_view[3] = window_get_height();
+_view[3] = window_get_height();
\ No newline at end of file
diff --git a/add after objDebugList/scrDebugInspectorInitialize.gml b/add after objDebugList/scrDebugInspectorInitialize.gml
index be5e4a3..2ae6047 100644
--- a/add after objDebugList/scrDebugInspectorInitialize.gml
+++ b/add after objDebugList/scrDebugInspectorInitialize.gml
@@ -1,22 +1,22 @@
-///scrDebugInspectorInitialize(global_game_start_name, show_instance_vars, [debug_key], [font])
-if (instance_exists(objDebugInspectorControl)) {
- exit;
-}
-if (variable_global_exists(argument[0])) {
- global.__synthasmagoria_debug_inspector_global_game_start_name = argument[0];
-} else {
- show_error("Global variable '" + argument[0] + "' didn't exist", false);
- global.__synthasmagoria_debug_inspector_global_game_start_name = "@";
-}
-global.__synthasmagoria_debug_inspector_show_instance_vars = argument[1];
-var _debug_key = -1;
-if (argument_count > 2) {
- _debug_key = argument[2];
-}
-global.__synthasmagoria_debug_inspector_debug_key = _debug_key;
-var _font = -1;
-if (argument_count > 3) {
- _font = argument[3];
-}
-global.__synthasmagoria_debug_inspector_font = _font;
-instance_create(0, 0, objDebugInspectorControl);
+///scrDebugInspectorInitialize(global_game_start_name, show_instance_vars, [debug_key], [font])
+if (instance_exists(objDebugInspectorControl)) {
+ exit;
+}
+if (variable_global_exists(argument[0])) {
+ global.__synthasmagoria_debug_inspector_global_game_start_name = argument[0];
+} else {
+ show_error("Global variable '" + argument[0] + "' didn't exist", false);
+ global.__synthasmagoria_debug_inspector_global_game_start_name = "@";
+}
+global.__synthasmagoria_debug_inspector_show_instance_vars = argument[1];
+var _debug_key = -1;
+if (argument_count > 2) {
+ _debug_key = argument[2];
+}
+global.__synthasmagoria_debug_inspector_debug_key = _debug_key;
+var _font = -1;
+if (argument_count > 3) {
+ _font = argument[3];
+}
+global.__synthasmagoria_debug_inspector_font = _font;
+instance_create(0, 0, objDebugInspectorControl);
\ No newline at end of file