Remove trailing whitespace

This commit is contained in:
Ezra Buehler 2013-12-18 16:49:14 +01:00 committed by KLuka
parent 1dd42d66c2
commit 284d90ccc4
25 changed files with 115 additions and 124 deletions

View file

@ -389,4 +389,3 @@
* First public release of the version 2.0 rewrite. This is the * First public release of the version 2.0 rewrite. This is the
first release of ShellInABox that supports an AJAX interface first release of ShellInABox that supports an AJAX interface
instead of the original Java applet. instead of the original Java applet.

View file

@ -234,4 +234,3 @@ an Autoconf bug. Until the bug is fixed you can use this workaround:
`configure' also accepts some other, not widely useful, options. Run `configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details. `configure --help' for more details.

View file

@ -29,4 +29,3 @@ some tips on getting things working:
Make sure you assign the correct SELinux labels to this file when copying Make sure you assign the correct SELinux labels to this file when copying
it into "/etc/pam.d": it into "/etc/pam.d":
cp -Z system_u:object_r:etc_t:s0 etc-pam.d-shellinabox-example /etc/pam.d/ cp -Z system_u:object_r:etc_t:s0 etc-pam.d-shellinabox-example /etc/pam.d/

1
TODO
View file

@ -1,4 +1,3 @@
- Check if there is any way that we could fall back on gnutls if openssl is - Check if there is any way that we could fall back on gnutls if openssl is
unavailable unavailable
- Package for distributions other than Debian - Package for distributions other than Debian

View file

@ -1 +0,0 @@

View file

@ -1183,4 +1183,3 @@ Demo.prototype.Value.prototype.val = function() {
Demo.prototype.Value.prototype.toString = function() { Demo.prototype.Value.prototype.toString = function() {
return this.s; return this.s;
}; };

View file

@ -191,4 +191,3 @@ char *stringPrintfUnchecked(char *buf, const char *fmt, ...)
return s; return s;
} }
#endif #endif

View file

@ -373,4 +373,3 @@ ShellInABox.prototype.about = function() {
"Eric Young\n(eay@cryptsoft.com)" : "Eric Young\n(eay@cryptsoft.com)" :
"")); ""));
}; };

View file

@ -4465,4 +4465,3 @@ VT100.prototype.ctrlAlways = [
false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false,
false, false, false, true, false, false, false, false false, false, false, true, false, false, false, false
]; ];