remove spaces etc. at end of line (no functional change)

Šī revīzija ir iekļauta:
2019-10-02 22:06:19 +02:00
vecāks ad6fb8d731
revīzija 1549603c9b
11 mainīti faili ar 27 papildinājumiem un 27 dzēšanām

Parādīt failu

@@ -175,7 +175,7 @@ bool SandboxLinux::enableForInit()
{
umask(0027);
//TODO. there is execv for SPARC. Sigh...
//TODO. there is execv for SPARC. Sigh...
if(!seccomp_blacklist({ SCMP_SYS(execveat), SCMP_SYS(execve) }))
{
Logger::error() << "Failed to install blacklisting seccomp filter";

Parādīt failu

@@ -20,7 +20,7 @@ public:
/* Activated after we have acquired resources (bound to ports etc.)
*
*
* This should allow us to further restrcit the process */
virtual bool enableForWorker() = 0;
};