From 04a724aa43f988d9db396f4a4f65c03f60c04183 Mon Sep 17 00:00:00 2001
From: Elohiem <anon@anon.anon>
Date: Tue, 16 Mar 2021 18:51:25 +0100
Subject: [PATCH] fix indent

---
 src/gui/options/options.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index 42ee79c3cab..8dcd085b3a2 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -1072,7 +1072,7 @@ App.UI.artOptions = function() {
 				" and put the 'webgl' folder into the resources/ folder where this html file is. Then refresh the page.");
 
 			options.addOption("Supersampling (SSAA)", "setSuperSampling")
-			.addValue("0.25", 0.25).off().addValue("0.5", 0.5).off().addValue("1", 1).off().addValue("2", 2).on().addValue("4", 4).off();
+				.addValue("0.25", 0.25).off().addValue("0.5", 0.5).off().addValue("1", 1).off().addValue("2", 2).on().addValue("4", 4).off();
 		}
 
 		options.addOption("PA avatar art is", "seeAvatar")
-- 
GitLab