Remove as much trailing whitespace as possible.

Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
Sean Bright
2017-12-22 09:14:07 -05:00
parent 35a2e09c65
commit ce3d56920b
708 changed files with 9100 additions and 9507 deletions

View File

@@ -36,7 +36,7 @@ function Astman() {
};
this.clickChannel = function(ev) {
var target = ev.target;
// XXX This is icky, we statically use astmanEngine to call the callback XXX
// XXX This is icky, we statically use astmanEngine to call the callback XXX
if (me.selecttarget)
me.restoreTarget(me.selecttarget);
while(!target.id || !target.id.length)
@@ -56,7 +56,7 @@ function Astman() {
other = target.nextSibling.nextSibling.className;
}
if (other) {
if (other == "chanlisteven")
if (other == "chanlisteven")
target.className = "chanlistodd";
else
target.className = "chanlisteven";
@@ -71,7 +71,7 @@ function Astman() {
if (!channels[channame])
channels[channame] = new Array();
if (msg.headers.event) {
if (msg.headers.event == "Hangup") {
delete channels[channame];
@@ -184,7 +184,7 @@ function Astman() {
var x,y;
var s = t.responseText;
var allheaders = s.split('\r\n');
if (me.debug)
if (me.debug)
me.debug.value = "\n";
for (x=0;x<allheaders.length;x++) {
if (allheaders[x].length) {