From ffc2e02aadee939a5c42ab4c504fd7eaba863f54 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 19 Feb 2020 23:26:12 -0500
Subject: [PATCH] whitespace

---
 js/003-data/miscData.js | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js
index c9bbfadff91..546660ce627 100644
--- a/js/003-data/miscData.js
+++ b/js/003-data/miscData.js
@@ -2146,11 +2146,9 @@ App.Data.misc = {
 				}
 			}
 		},
-
 		{name: "Sport shorts and a sports bra", value: "sport shorts and a sports bra", unlock: function(slave) { if (V.clothesBoughtSports > 0) { return true; } }},
 		{name: "Sport shorts", value: "sport shorts", unlock: function(slave) { if (V.clothesBoughtSports > 0) { return true; } }},
 		{name: "Sports bra", value: "a sports bra", unlock: function(slave) { if (V.clothesBoughtSports > 0) { return true; } }},
-
 		{
 			name: "Sport shorts and a t-shirt",
 			value: "sport shorts and a t-shirt",
@@ -2160,7 +2158,6 @@ App.Data.misc = {
 				}
 			}
 		},
-
 		{name: "Pony outfit (nice)", value: "a nice pony outfit", unlock: function(slave) { if (V.clothesBoughtPony > 0) { return true; } }},
 		{name: "Pony outfit (slutty)", value: "a slutty pony outfit", unlock: function(slave) { if (V.clothesBoughtPony > 0) { return true; } }},
 
@@ -2388,8 +2385,7 @@ App.Data.misc = {
 		}
 	],
 
-	vaginalAccessories: [
-		{
+	vaginalAccessories: [{
 			name: "None",
 			value: "none"
 		},
@@ -2472,8 +2468,7 @@ App.Data.misc = {
 		{name: "None", value: "none"}
 	],
 
-	buttplugs: [
-		{
+	buttplugs: [{
 			name: "None",
 			value: "none"
 		},
@@ -2490,7 +2485,7 @@ App.Data.misc = {
 					if (slave) {
 						if (!(slave.breedingMark !== 1 || V.propOutcome === 0 || V.eugenicsFullControl === 1 || V.arcologies[0].FSRestart === "unset")) {
 							return "Elites frown on this";
-						} else{
+						} else {
 							return true;
 						}
 					} else {
-- 
GitLab