Browse Source

fix whitespace

Shaddock Heath 9 years ago
parent
commit
cc23f9f599
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/AtomicEditor/Editors/JSResourceEditor.cpp

+ 2 - 2
Source/AtomicEditor/Editors/JSResourceEditor.cpp

@@ -188,7 +188,7 @@ bool JSResourceEditor::OnEvent(const TBWidgetEvent &ev)
             map["ForceSuperDown"] = true;
             map["ForceSuperDown"] = true;
             #else
             #else
             map[KeyUp::P_QUALIFIERS] = QUAL_CTRL;
             map[KeyUp::P_QUALIFIERS] = QUAL_CTRL;
-			webClient_->SendFocusEvent();
+            webClient_->SendFocusEvent();
             #endif
             #endif
             webClient_->SendKeyEvent( StringHash("KeyDown"), map);
             webClient_->SendKeyEvent( StringHash("KeyDown"), map);
         } else if (ev.ref_id == TBIDC("redo")) {
         } else if (ev.ref_id == TBIDC("redo")) {
@@ -203,7 +203,7 @@ bool JSResourceEditor::OnEvent(const TBWidgetEvent &ev)
             map["ForceSuperDown"] = true;
             map["ForceSuperDown"] = true;
             #else
             #else
             map[KeyUp::P_QUALIFIERS] = QUAL_SHIFT | QUAL_CTRL;
             map[KeyUp::P_QUALIFIERS] = QUAL_SHIFT | QUAL_CTRL;
-			webClient_->SendFocusEvent();
+            webClient_->SendFocusEvent();
             #endif
             #endif
             webClient_->SendKeyEvent( StringHash("KeyDown"), map);
             webClient_->SendKeyEvent( StringHash("KeyDown"), map);
         } else {
         } else {