From 921b19139d278398ea8cd7bbb6b934f6db15ac4a Mon Sep 17 00:00:00 2001
From: Alexia Mandeville <alexia@HIGHFIDELITY.IO>
Date: Fri, 16 Mar 2018 11:09:53 -0700
Subject: [PATCH] Updating indentation

---
 scripts/system/away.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/system/away.js b/scripts/system/away.js
index d9ff933517..dc9b33e952 100644
--- a/scripts/system/away.js
+++ b/scripts/system/away.js
@@ -24,9 +24,9 @@ var OVERLAY_HEIGHT = 1080;
 var OVERLAY_DATA = {
     width: OVERLAY_WIDTH,
     height: OVERLAY_HEIGHT,
-	imageURL: Script.resolvePath("assets/images/Overlay-Viz-blank.png"),
-	emissive: true,
-	drawInFront: true,
+    imageURL: Script.resolvePath("assets/images/Overlay-Viz-blank.png"),
+    emissive: true,
+    drawInFront: true,
     alpha: 1
 };
 var AVATAR_MOVE_FOR_ACTIVE_DISTANCE = 0.8; // meters -- no longer away if avatar moves this far while away
@@ -38,7 +38,7 @@ var OVERLAY_DATA_HMD = {
     localRotation: {x: 0, y: 0, z: 0, w: 1},
     width: OVERLAY_WIDTH,
     height: OVERLAY_HEIGHT,
-	url: Script.resolvePath("assets/images/Overlay-Viz-blank.png"),
+    url: Script.resolvePath("assets/images/Overlay-Viz-blank.png"),
     color: {red: 255, green: 255, blue: 255},
     alpha: 1,
     scale: 2 * MyAvatar.sensorToWorldScale,