From e70dbc1bce7b870389d28dd675982e806160efae Mon Sep 17 00:00:00 2001 From: 0xJoeMama <0xjoemama@gmail.com> Date: Fri, 20 May 2022 23:48:59 +0300 Subject: [PATCH] Fixed some formatting issues. --- src/linux/btop_collect.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/linux/btop_collect.cpp b/src/linux/btop_collect.cpp index 45363fa..a9efd64 100644 --- a/src/linux/btop_collect.cpp +++ b/src/linux/btop_collect.cpp @@ -1,10 +1,11 @@ +// clang-format off /* Copyright 2021 Aristocratos (jakob@qvantnet.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -15,7 +16,6 @@ indent = tab tab-size = 4 */ -// clang-format off #include #include @@ -1505,7 +1505,7 @@ namespace Proc { vector 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();