From afc7f03e52e74322e0929af27c3128c0b7033f69 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Fri, 6 Nov 2020 16:34:16 -0500
Subject: [PATCH] whitespace

---
 src/endWeek/reports/dairyReport.js | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/endWeek/reports/dairyReport.js b/src/endWeek/reports/dairyReport.js
index 3d4d5a30e15..1a524d014e7 100644
--- a/src/endWeek/reports/dairyReport.js
+++ b/src/endWeek/reports/dairyReport.js
@@ -1157,78 +1157,92 @@ App.EndWeek.dairyReport = function() {
 
 	profits = V.cash - oldCash;
 	r = [];
+
 	if (chemSevere > 1) {
 		r.push(`${chemSevere} cows' productivity is being reduced by the long term effects of industrial use.`);
 	} else if (chemSevere > 0) {
 		r.push(`One cow's productivity is being reduced by the long term effects of industrial use.`);
 	}
+
 	if (chemMinor > 1) {
 		r.push(`${chemMinor} cows have been drugged and used long enough that they require increased curative doses, slightly reducing their output.`);
 	} else if (chemMinor > 0) {
 		({he, his} = getPronouns(cmSlave));
 		r.push(`One cow has been drugged and used long enough that ${he} requires increased curative doses, slightly reducing ${his} output.`);
 	}
+
 	if (desterilized > 1) {
 		r.push(`${desterilized} cows had minor health issues preventing their fertile womb from conceiving; the issues have been resolved and they have been impregnated.`);
 	} else if (desterilized > 0) {
 		({he, his} = getPronouns(dsSlave));
 		r.push(`One cow had minor health issues preventing ${his} fertile womb from conceiving; they have been resolved and ${he} has been impregnated.`);
 	}
+
 	if (hateFilled > 1) {
 		r.push(`${hateFilled} cows stopped struggling so much when fucked by the machines; it seems they have sunk into a fugue.`);
 	} else if (hateFilled > 0) {
 		({he} = getPronouns(hfSlave));
 		r.push(`One cow stopped struggling so much when fucked by the machines; it seems ${he} has sunk into a fugue.`);
 	}
+
 	if (horrified > 1) {
 		r.push(`${horrified} cows' emotional activity dropped significantly; this indicates acceptance that they are not likely to leave ${V.dairyName}, ever again.`);
 	} else if (horrified > 0) {
 		({he} = getPronouns(hrSlave));
 		r.push(`One cow's emotional activity dropped significantly; this indicates acceptance that ${he} is not likely to leave ${V.dairyName}, ever again.`);
 	}
+
 	if (skillsLost > 1) {
 		r.push(`${skillsLost} cows forgot skills due to their inability to focus on anything but machine rape.`);
 	} else if (skillsLost > 0) {
 		({his} = getPronouns(slSlave));
 		r.push(`One cow forgot skills due to ${his} inability to focus on anything but machine rape.`);
 	}
+
 	if (careerForgotten > 1) {
 		r.push(`${careerForgotten} cows forgot the details of their past professional lives; all they can remember now is this.`);
 	} else if (careerForgotten > 0) {
 		({he, his} = getPronouns(cfSlave));
 		r.push(`One cow forgot the details of ${his} past professional life; all ${he} can remember now is this.`);
 	}
+
 	if (vaginasStretched > 1) {
 		r.push(`${vaginasStretched} cows' vaginas were broken in for machine use, and are unlikely to be any use for anything other than receiving cum and medication, and giving birth.`);
 	} else if (vaginasStretched > 0) {
 		r.push(`One cow's vagina was broken in for machine use, and is unlikely to be any use for anything other than receiving cum and medication, and giving birth.`);
 	}
+
 	if (anusesStretched > 1) {
 		r.push(`${anusesStretched} cows' anuses were loosened by machine sodomy, and are now permanently gaped.`);
 	} else if (anusesStretched > 0) {
 		r.push(`One cow's anus was loosened by machine sodomy, and is now permanently gaped.`);
 	}
+
 	if (intelligenceLost > 1) {
 		r.push(`${intelligenceLost} cows suffered some loss of intelligence due to accumulated mental stress from life attached to a milking machine.`);
 	} else if (intelligenceLost > 0) {
 		r.push(`One cow suffered some loss of intelligence due to accumulated mental stress from life attached to a milking machine.`);
 	}
+
 	if (stupidified > 1) {
 		r.push(`${stupidified} cows were so mentally dulled by use as biological factories that they were reduced to a very low level of intelligence.`);
 	} else if (stupidified > 0) {
 		({he} = getPronouns(stSlave));
 		r.push(`One cow was so mentally dulled by use as biological factories that ${he} was reduced to a very low level of intelligence.`);
 	}
+
 	if (mindbroken > 1) {
 		r.push(`${mindbroken} cows finally lost higher mental function, and are now nothing more than industrial equipment made of meat.`);
 	} else if (mindbroken > 0) {
 		r.push(`One cow finally lost higher mental function, and is now nothing more than industrial equipment made of meat.`);
 	}
+
 	if (boobtacular > 1) {
 		r.push(`${boobtacular} cows grew past 30 kilograms of breasts, a remarkable advance in capacity.`);
 	} else if (boobtacular > 0) {
 		r.push(`One cow grew past 30 kilograms of breasts, a remarkable advance in capacity.`);
 	}
+
 	if (balltacular > 1) {
 		r.push(`${balltacular} cows' testicles reached the largest size drug treatments can produce; the machines will now focus on buttfucking them with extra force.`);
 	} else if (balltacular > 0) {
-- 
GitLab