Fixed some formatting issues.

This commit is contained in:
0xJoeMama 2022-05-20 23:48:59 +03:00
parent ba0b34db3f
commit e70dbc1bce
No known key found for this signature in database
GPG key ID: 6E0A65853073294E

View file

@ -1,3 +1,4 @@
// clang-format off
/* Copyright 2021 Aristocratos (jakob@qvantnet.com)
Licensed under the Apache License, Version 2.0 (the "License");
@ -15,7 +16,6 @@
indent = tab
tab-size = 4
*/
// clang-format off
#include <fstream>
#include <ranges>
@ -1505,7 +1505,7 @@ namespace Proc {
vector<size_t> found;
for (const auto& d: fs::directory_iterator(Shared::procPath)) {
if (Runner::stopping)
return current_procs;
return current_procs;
if (pread.is_open()) pread.close();
const string pid_str = d.path().filename();