remove straying tabs on line end (no functional change)

This commit is contained in:
2019-10-02 21:53:32 +02:00
parent 4de7236aca
commit ad6fb8d731
5 changed files with 18 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ public:
/* Activated after config has been read. Now we now which paths we need access to */
virtual bool enablePreWorker(std::vector<std::string> fsPaths) = 0;
/* Activated after we have acquired resources (bound to ports etc.)
*
* This should allow us to further restrcit the process */